dfhack/build/build-release.bat

5 lines
129 B
Batchfile

2012-01-01 14:46:53 -07:00
call "%VS100COMNTOOLS%vsvars32.bat"
cd VC2010
msbuild /m /p:Platform=Win32 /p:Configuration=Release ALL_BUILD.vcxproj
2012-01-05 15:39:14 -07:00
cd ..
pause