1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-26 04:02:39 +00:00

Visual Studio Projects: Upgrade SDL2 to v2.0.8

This commit is contained in:
Mark Pizzolato
2018-08-15 14:58:53 -07:00
parent cdb731b0c3
commit 0e778da410
64 changed files with 254 additions and 253 deletions

View File

@@ -91,7 +91,7 @@ if not exist ../../windows-build goto _notice1
if not exist ../../windows-build/lib goto _notice2
set _X_WINDOWS_BUILD=
for /F "usebackq tokens=2" %%i in (`findstr /C:"WINDOWS-BUILD" ..\..\windows-build\Windows-Build_Versions.txt`) do SET _X_WINDOWS_BUILD=%%i
if "%_X_WINDOWS_BUILD%" LSS "20180811" goto _notice2
if "%_X_WINDOWS_BUILD%" LSS "20180815" goto _notice2
set _X_LAST_WINDOWS_BUILD=
if exist Pre-Build-Event.last-windows-build-version.txt for /F "usebackq tokens=2" %%i in (`findstr /C:"WINDOWS-BUILD" Pre-Build-Event.last-windows-build-version.txt`) do SET _X_LAST_WINDOWS_BUILD=%%i
if "%_X_WINDOWS_BUILD%" EQU "%_X_LAST_WINDOWS_BUILD%" goto _new_or_same_windows_build