visual studio 2008 - How to set the path of cl.exe in the .vcproj file -
How can I set up the .vcproj file in cl.exe project? Will Cpp be applied to compile files? I could not find any such property in the documentation.
I know that I can set the 'path' environment variable and then start the devenv.exe with the / USEENV switch, but now it is what I really want to do. I like the path of cl.exe set in the .vcproj file.
TIA
I do not think this can be done, the interesting thing is that I have been in this situation so far I ran, but uses the USEENV switch to handle it.
Comments
Post a Comment