Update synthesis script

git-svn-id: https://svn.eduke32.com/eduke32@1822 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2011-03-04 09:29:54 +00:00
parent 8c47f34c7c
commit 84756c0048
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ then
echo rm mapster32.debug.exe
rm mapster32.debug.exe
# throw the svn revision into a header. this is ugly.
echo "const char *s_buildRev = \"r$head\";" > source/rev.h
# clean the tree and build debug first
echo "${make[@]}" RELEASE=0 $clean all
"${make[@]}" RELEASE=0 $clean all