dfhack/build/win32/package-debug.bat

7 lines
160 B
Batchfile

2012-04-14 16:49:37 -06:00
@echo off
call "%VS140COMNTOOLS%vsvars32.bat"
cd VC2015_32
msbuild /m /p:Platform=Win32 /p:Configuration=RelWithDebInfo PACKAGE.vcxproj
2012-04-14 16:49:37 -06:00
cd ..
2022-04-12 12:48:19 -06:00
exit %ERRORLEVEL%