dfhack/build/install-release.bat

4 lines
121 B
Batchfile

call "%VS100COMNTOOLS%vsvars32.bat"
cd VC2010
msbuild /m /p:Platform=Win32 /p:Configuration=Release INSTALL.vcxproj
cd ..