dfhack/build/win32/build-release.bat

6 lines
133 B
Batchfile

call "%VS140COMNTOOLS%vsvars32.bat"
cd VC2015_32
msbuild /m /p:Platform=Win32 /p:Configuration=Release ALL_BUILD.vcxproj
2012-01-05 15:39:14 -07:00
cd ..
2022-04-12 12:48:19 -06:00
pause