Changeset - r6512:b16196c6ddec
[Not reviewed]
master
0 1 0
rubidium - 18 years ago 2007-04-20 19:41:19
rubidium@openttd.org
(svn r9696) -Fix: --without-application-bundle did not disable the custom language/second data directory stuff that is used for application bundles.
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -234,15 +234,15 @@ detect_params() {
 
			--with-midi-arg=*)            with_midi_arg="$optarg";;
 

	
 
			--without-osx-sysroot)        with_osx_sysroot="0";;
 
			--with-osx-sysroot)           with_osx_sysroot="2";;
 
			--with-osx-sysroot=*)         with_osx_sysroot="$optarg";;
 

	
 
			--without-application-bundle) with_applicant_bundle="0";;
 
			--with-application-bundle)    with_applicant_bundle="1";;
 
			--with-application-bundle=*)  with_applicant_bundle="$optarg";;
 
			--without-application-bundle) with_application_bundle="0";;
 
			--with-application-bundle)    with_application_bundle="1";;
 
			--with-application-bundle=*)  with_application_bundle="$optarg";;
 

	
 
			CC=* | --CC=*)                CC="$optarg";;
 
			CXX=* | --CXX=*)              CXX="$optarg";;
 
			CFLAGS=* | --CFLAGS=*)        CFLAGS="$optarg";;
 
			LDFLAGS=* | --LDFLAGS=*)      LDFLAGS="$optarg";;
 

	
0 comments (0 inline, 0 general)