How do i set in the .vcproj file which cl.exe will be invoked to compile the .cpp files in the project?
i could not find any such property in the documentation.
i know i could set the ‘Path’ environment variable and then start devenv.exe with the /USEENV switch, but that is now what i really want to do. I prefer to have the path of cl.exe set in the .vcproj file.
TIA.
I don’t think it can be done, interestingly enough I ran across this recently Using Visual Studio 2008 with Visual C++ 6.0 compiler however that does use the /USEENV switch to handle it.