When this used to work just fine with Microsoft Visual Studio 2003, 2005, 2008 or 2010:
call "%VS90COMNTOOLS%\vsvars32.bat"
devenv xxx.vcxproj /Build "Release|win32"
devenv xxx.vcxproj /Build "Release|x64"
I needed to have this in my script with Microsoft Visual Studio 2015
call "%VS140COMNTOOLS%\vsvars32.bat"
devenv xxx.vcxproj /Build "Release|x86"
devenv xxx.vcxproj /Build "Release|x64"
It's a quick post, if you have question, please post a comment!
No comments:
Post a Comment