]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
improve naming of win64 binareis
[xonotic/xonotic.git] / all
diff --git a/all b/all
index ef561178b9f8737eeb54b7f8cf1f9600cb811d38..c77ab6012e60d8ef4115b4c6725faa5c889638eb 100755 (executable)
--- a/all
+++ b/all
@@ -864,14 +864,14 @@ case "$cmd" in
                for d in $repos; do
                        enter "$d0/$d" verbose
                        if $force; then
-                               git checkout-index -fa
+                               verbose git checkout-index -fa
                        fi
                        case "$d" in
                                .)
-                                       git clean -df
+                                       verbose git clean -df
                                        ;;
                                *)
-                                       git clean -xdf
+                                       verbose git clean -xdf
                                        ;;
                        esac
                done
@@ -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 \