Changeset - r3302:8eb316aa2bd2
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2006-03-23 13:24:09
truelight@openttd.org
(svn r4059) -Fix: add --dedicated flag to configure
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
configure
Show inline comments
 
@@ -12,6 +12,7 @@ function showhelp() {
 
	echo "Params:"
 
	echo " --debug            Create debug-release                [no]"
 
	echo " --profile          Create profile-release              [no]"
 
	echo " --dedicated        Make a dedicated build              [no]"
 
	echo " --revision         Set the revision of the compilation [detected]"
 
	echo " --target-cc        Sets the target-compiler            [\$CC]"
 
	echo " --target-cxx       Sets the C++ target-compiler        []"
 
@@ -66,6 +67,9 @@ do
 
		--profile)
 
			PARAM="$PARAM PROFILE=1"
 
			;;
 
		--dedicated)
 
			PARAM="$PARAM DEDICATED=1"
 
			;;
 
		--revision=*)
 
			RELEASE=`awk 'BEGIN { FS="="; $0="'$n'"; print $2;}'`
 
			;;
0 comments (0 inline, 0 general)