Ok starting again as I've not been clear enough:
-I have a vc6 project 'MyProject', originally compiled with the Microsoft compiler, using dsw and dsp files.
-I installed the Intel 10.1 compiler, configured the project, and 'MyProject' now compiles with the Intel compiler.
-My project is checked into SVN
-When I do a clean checkout, the project reverts to using the Microsoft compiler
My question:
What files specify the selection ofIntelorMicrosoftcompiler in a VC6 environment?
Why do I ask:
I want to be able to do a clean checkout and build without opening visual studio and selecting theIntelcompiler.