add another kill command and sleeps to msvc build command

This commit is contained in:
Brad Parker 2017-03-24 15:56:59 -07:00
parent 9af33c6373
commit 76a037fb7a
2 changed files with 8 additions and 0 deletions

View File

@ -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=

View File

@ -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=