From: Rudolf Polzer <divVerent@alientrap.org>
Date: Mon, 9 Aug 2010 13:23:19 +0000 (+0200)
Subject: improve naming of win64 binareis
X-Git-Tag: xonotic-v0.1.0preview~312
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f8ee1d30e337ab37d9b737a77df7037b73b0c84d;p=xonotic%2Fxonotic.git

improve naming of win64 binareis
---

diff --git a/all b/all
index 447a390a..c77ab601 100755
--- a/all
+++ b/all
@@ -974,8 +974,8 @@ case "$cmd" in
 	release-engine-win64)
 		verbose "$SELF" release-compile win64 \
 			'DP_MAKE_TARGET=mingw CC="amd64-mingw32msvc-gcc -Wl,--dynamicbase -Wl,--nxcompat -g -DSUPPORTDIRECTX -DUSE_WSPIAPI_H -I$HOME/dp.win64/include -L$HOME/dp.win64/lib" WINDRES="amd64-mingw32msvc-windres" SDL_CONFIG="$HOME/dp.win64/bin/sdl-config" LDFLAGS_WINCOMMON=""' \
-			win 'fteqcc.exe:Xonotic/fteqcc/fteqcc-64.exe' \
-			debug 'darkplaces.exe:Xonotic/xonotic-64.exe darkplaces-sdl.exe:Xonotic/xonotic-sdl-64.exe darkplaces-dedicated.exe:Xonotic/xonotic-dedicated-64.exe'
+			win 'fteqcc.exe:Xonotic/fteqcc/fteqcc-x64.exe' \
+			debug 'darkplaces.exe:Xonotic/xonotic-x64.exe darkplaces-sdl.exe:Xonotic/xonotic-sdl-x64.exe darkplaces-dedicated.exe:Xonotic/xonotic-dedicated-x64.exe'
 		;;
 	release-engine-osx)
 		verbose "$SELF" release-compile osx \