axmol/tools/jenkins-scripts/slave-scripts/runtime/win32-cpp.bat

3 lines
140 B
Batchfile
Raw Normal View History

2015-07-14 16:51:36 +08:00
call "%VS120COMNTOOLS%vsvars32.bat"
2015-08-24 10:20:42 +08:00
msbuild MyCppGame/proj.win32/MyCppGame.sln /t:Build /p:Platform="Win32" /p:Configuration="Release" /m