dfhack/build/build-release.bat

4 lines
125 B
Batchfile

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