From c250bc8a32709a78cf4b5dc165879fbfba5bfb3d Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 12 Dec 2010 20:50:38 +0100 Subject: [PATCH] show the git revision hashes still in release builds --- all | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/all b/all index c912afa0..ea57da71 100755 --- a/all +++ b/all @@ -1658,7 +1658,7 @@ case "$cmd" in # back out of: source/qcsrc/server ;; release) - verbose make -C Xonotic/source FTEQCC="../../../fteqcc/fteqcc.linux32" XON_BUILDSYSTEM=1 FTEQCCFLAGS_WATERMARK= clean all + verbose make -C Xonotic/source FTEQCC="../../../fteqcc/fteqcc.linux32" XON_BUILDSYSTEM=1 clean all ;; esac verbose rm -f Xonotic/source/*/fteqcc.log @@ -1750,6 +1750,14 @@ case "$cmd" in s/^gameversion_min [0-9]*/gameversion_min $(( ($gv / 100) * 100 - 100 ))/; s/^gameversion_max [0-9]*/gameversion_max $(( ($gv / 100) * 100 + 199 ))/; " defaultXonotic.cfg + release) + case "$RELEASETYPE" in + release) + echo "" >> defaultXonotic.cfg + echo "// nicer menu" >> defaultXonotic.cfg + echo "set menu_watermark \"\"" >> defaultXonotic.cfg + ;; + esac ( verbose cd gfx/menu/luminos verbose cp "$d0"/mediasource/gfx/menu/luminos_versionbuilder/background_l2.svg . -- 2.39.2