add another kill command and sleeps to msvc build command
This commit is contained in:
parent
9af33c6373
commit
76a037fb7a
|
@ -5,6 +5,10 @@ call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
|
|||
rem del x64\Release\RetroArch-msvc2010.exe 2>nul
|
||||
echo %date% %time% >buildlog.txt
|
||||
tskill vcexpress 2>nul
|
||||
rem this is a hack for sleep()
|
||||
ping 192.0.2.1 -n 1 -w 2000 >nul
|
||||
taskkill /t /f /im vcexpress.exe
|
||||
ping 192.0.2.1 -n 1 -w 2000 >nul
|
||||
set platform=
|
||||
set PLATFORM=
|
||||
set tmp=
|
||||
|
|
|
@ -4,6 +4,10 @@ call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
|
|||
rem del Release\RetroArch-msvc2010.exe 2>nul
|
||||
echo %date% %time% >buildlog.txt
|
||||
tskill vcexpress 2>nul
|
||||
rem this is a hack for sleep()
|
||||
ping 192.0.2.1 -n 1 -w 2000 >nul
|
||||
taskkill /t /f /im vcexpress.exe
|
||||
ping 192.0.2.1 -n 1 -w 2000 >nul
|
||||
set platform=
|
||||
set PLATFORM=
|
||||
set tmp=
|
||||
|
|
Loading…
Reference in New Issue