dfhack/build/package-debug.bat

4 lines
128 B
Batchfile

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-01-01 14:46:53 -07:00
cd ..