mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 13:34:58 +00:00
updated some scripts to consider version 1.6
This commit is contained in:
parent
56cc379aac
commit
3301a19e7d
@ -16,7 +16,7 @@ shift
|
||||
PARAMETERS="$@"
|
||||
|
||||
case $VERSION in
|
||||
1.4)
|
||||
1.4|1.6)
|
||||
THREADS=4
|
||||
;;
|
||||
*)
|
||||
|
@ -55,10 +55,7 @@ esac
|
||||
if [ $TYPE = campaignd ]; then
|
||||
CXXFLAGS="$CXXFLAGS -ggdb3 -pg"
|
||||
LDFLAGS="$LDFLAGS -pg"
|
||||
SCONS="no"
|
||||
if [ "$SERVER" = "trunk" ]; then
|
||||
SCONS="yes"
|
||||
fi
|
||||
[ "$SERVER" = "1.4" ] && SCONS=no
|
||||
fi
|
||||
|
||||
REVISION=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user