windows-build: Update required version to include libSDL2 _allshr fix

SDL's static build support provides some primitive x64 functions used
with x64 values when compiling under x86.
This commit is contained in:
Mark Pizzolato 2016-05-26 17:36:11 -07:00
parent c717ee928f
commit 64450a778c

View file

@ -164,6 +164,8 @@ findstr "/c:LIBSDL_FTOL2_SSE" ..\..\windows-build\Windows-Build_Versions.txt >NU
if ERRORLEVEL 1 goto _notice2 if ERRORLEVEL 1 goto _notice2
findstr "/c:LIBSDL_ALLMUL" ..\..\windows-build\Windows-Build_Versions.txt >NUL findstr "/c:LIBSDL_ALLMUL" ..\..\windows-build\Windows-Build_Versions.txt >NUL
if ERRORLEVEL 1 goto _notice2 if ERRORLEVEL 1 goto _notice2
findstr "/c:LIBSDL_ALLSHR" ..\..\windows-build\Windows-Build_Versions.txt >NUL
if ERRORLEVEL 1 goto _notice2
:_done_libsdl :_done_libsdl
if "%_X_LIBPCRE%" == "" goto _done_libpcre if "%_X_LIBPCRE%" == "" goto _done_libpcre
if not exist ../../windows-build/PCRE/include/pcreposix.h goto _notice2 if not exist ../../windows-build/PCRE/include/pcreposix.h goto _notice2