From: divverent Date: Sat, 10 Jan 2015 14:56:12 +0000 (+0000) Subject: Looks we can get WinXP support back by sacrificing Win2k. X-Git-Tag: xonotic-v0.8.0^0 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=a1f5de674242a5e8f3da9b1cd4cc5b463e52bb23;p=xonotic%2Fdarkplaces.git Looks we can get WinXP support back by sacrificing Win2k. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12134 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=d96b118b72ad0ff8779b189232994f51c8b9ec5a --- diff --git a/.travis-script-xonotic.sh b/.travis-script-xonotic.sh index e229928a..c859d4c7 100755 --- a/.travis-script-xonotic.sh +++ b/.travis-script-xonotic.sh @@ -62,7 +62,7 @@ for os in "$@"; do DP_MAKE_TARGET=mingw UNAME=MINGW32 WIN32RELEASE=1 - CC="/opt/cross_toolchain_32/bin/i686-w64-mingw32-gcc -static -g1 -mstackrealign -Wl,--dynamicbase -Wl,--nxcompat -I../../../${deps}/include -L../../../${deps}/lib -DUSE_WSPIAPI_H -DSUPPORTIPV6" + CC="/opt/cross_toolchain_32/bin/i686-w64-mingw32-gcc -static -g1 -mstackrealign -Wl,--dynamicbase -Wl,--nxcompat -I../../../${deps}/include -L../../../${deps}/lib -DSUPPORTIPV6" WINDRES="/opt/cross_toolchain_32/bin/i686-w64-mingw32-windres" SDL_CONFIG="../../../${deps}/bin/sdl2-config" DP_LINK_CRYPTO=dlopen