Hi,
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.