From 64450a778c1a3a3a0e02b74cf5bc3195f215b86d Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 26 May 2016 17:36:11 -0700 Subject: [PATCH] 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. --- Visual Studio Projects/Pre-Build-Event.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Visual Studio Projects/Pre-Build-Event.cmd b/Visual Studio Projects/Pre-Build-Event.cmd index b7f67866..10d46a77 100644 --- a/Visual Studio Projects/Pre-Build-Event.cmd +++ b/Visual Studio Projects/Pre-Build-Event.cmd @@ -164,6 +164,8 @@ findstr "/c:LIBSDL_FTOL2_SSE" ..\..\windows-build\Windows-Build_Versions.txt >NU if ERRORLEVEL 1 goto _notice2 findstr "/c:LIBSDL_ALLMUL" ..\..\windows-build\Windows-Build_Versions.txt >NUL if ERRORLEVEL 1 goto _notice2 +findstr "/c:LIBSDL_ALLSHR" ..\..\windows-build\Windows-Build_Versions.txt >NUL +if ERRORLEVEL 1 goto _notice2 :_done_libsdl if "%_X_LIBPCRE%" == "" goto _done_libpcre if not exist ../../windows-build/PCRE/include/pcreposix.h goto _notice2