dfhack/build/install-release.bat

4 lines
121 B
Batchfile

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