dfhack/build/package-debug.bat

6 lines
156 B
Batchfile

2012-04-14 16:49:37 -06:00
@echo off
2012-01-01 14:46:53 -07:00
call "%VS100COMNTOOLS%vsvars32.bat"
cd VC2010
msbuild /m /p:Platform=Win32 /p:Configuration=RelWithDebInfo PACKAGE.vcxproj
2012-04-14 16:49:37 -06:00
cd ..
exit %ERRORLEVEL%