5 lines
132 B
Batchfile
5 lines
132 B
Batchfile
|
call "%VS140COMNTOOLS%vsvars32.bat"
|
||
|
cd VC2015_32
|
||
|
msbuild /m /p:Platform=Win32 /p:Configuration=Release ALL_BUILD.vcxproj
|
||
|
cd ..
|
||
|
pause
|