From: divverent Date: Sun, 4 Jan 2015 13:20:37 +0000 (+0000) Subject: Fix an executable name (darkplaces.exe) X-Git-Tag: xonotic-v0.8.0~19 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=38d59964d7b7863ae03e6f95d4273e2d0b2c795e;p=xonotic%2Fdarkplaces.git Fix an executable name (darkplaces.exe) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12115 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=f7793c7299c6f5683a1b390e4444dabb44576e24 --- diff --git a/.travis-script-xonotic.sh b/.travis-script-xonotic.sh index 2b229234..dcb3818a 100755 --- a/.travis-script-xonotic.sh +++ b/.travis-script-xonotic.sh @@ -37,7 +37,7 @@ for os in "$@"; do # Please kill once SDL comes to its senses. makeflags='STRIP=: DP_MAKE_TARGET=mingw UNAME=MINGW32 CC="i686-w64-mingw32-gcc -g1 -Wl,--dynamicbase -Wl,--nxcompat -mstackrealign -I../../../${deps}/include -L../../../${deps}/lib -DUSE_WSPIAPI_H -DSUPPORTIPV6" WINDRES="i686-w64-mingw32-windres" SDL_CONFIG="../../../${deps}/bin/sdl2-config" DP_LINK_ZLIB=dlopen DP_LINK_JPEG=dlopen DP_LINK_ODE=dlopen DP_LINK_CRYPTO=dlopen DP_LINK_CRYPTO_RIJNDAEL=dlopen WIN32RELEASE=1 D3D=1' maketargets='release' - outputs='darkplaces.exe:darkplaces-wgl.exe darkplaces-sdl.exe:xonotic.exe darkplaces-dedicated.exe:darkplaces-dedicated.exe' + outputs='darkplaces.exe:darkplaces-wgl.exe darkplaces-sdl.exe:darkplaces darkplaces-dedicated.exe:darkplaces-dedicated.exe' ;; win64) chroot=