config.lib
branchcpp_gui
changeset 6308 646711c5feaa
parent 6303 84c215fc8eb8
equal deleted inserted replaced
6307:f40e88cff863 6308:646711c5feaa
   235 
   235 
   236 			--without-osx-sysroot)        with_osx_sysroot="0";;
   236 			--without-osx-sysroot)        with_osx_sysroot="0";;
   237 			--with-osx-sysroot)           with_osx_sysroot="2";;
   237 			--with-osx-sysroot)           with_osx_sysroot="2";;
   238 			--with-osx-sysroot=*)         with_osx_sysroot="$optarg";;
   238 			--with-osx-sysroot=*)         with_osx_sysroot="$optarg";;
   239 
   239 
   240 			--without-application-bundle) with_applicant_bundle="0";;
   240 			--without-application-bundle) with_application_bundle="0";;
   241 			--with-application-bundle)    with_applicant_bundle="1";;
   241 			--with-application-bundle)    with_application_bundle="1";;
   242 			--with-application-bundle=*)  with_applicant_bundle="$optarg";;
   242 			--with-application-bundle=*)  with_application_bundle="$optarg";;
   243 
   243 
   244 			CC=* | --CC=*)                CC="$optarg";;
   244 			CC=* | --CC=*)                CC="$optarg";;
   245 			CXX=* | --CXX=*)              CXX="$optarg";;
   245 			CXX=* | --CXX=*)              CXX="$optarg";;
   246 			CFLAGS=* | --CFLAGS=*)        CFLAGS="$optarg";;
   246 			CFLAGS=* | --CFLAGS=*)        CFLAGS="$optarg";;
   247 			LDFLAGS=* | --LDFLAGS=*)      LDFLAGS="$optarg";;
   247 			LDFLAGS=* | --LDFLAGS=*)      LDFLAGS="$optarg";;