Skip to content

Latest commit

 

History

History
executable file
·
5 lines (5 loc) · 157 Bytes

build.all.vs2010.bat

File metadata and controls

executable file
·
5 lines (5 loc) · 157 Bytes
 
1
2
3
4
5
@echo off
cd ..\VS2010
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
msbuild /m SDL.sln /property:Configuration=Debug
pause