configure
changeset 5305 e07957fe871e
parent 5117 a4a7fd847b77
child 5386 57c38a03a0da
child 5643 3778051e8095
equal deleted inserted replaced
5304:50daae4d7d38 5305:e07957fe871e
    18 	echo " --target-cxx        Sets the C++ target-compiler        []"
    18 	echo " --target-cxx        Sets the C++ target-compiler        []"
    19 	echo " --host-cc           Sets the host-compiler              [\$CC]"
    19 	echo " --host-cc           Sets the host-compiler              [\$CC]"
    20 	echo " --host-cxx          Sets the C++ host-compiler          []"
    20 	echo " --host-cxx          Sets the C++ host-compiler          []"
    21 	echo " --os                Sets the OS. Listens to:            [detected]"
    21 	echo " --os                Sets the OS. Listens to:            [detected]"
    22 	echo "                        UNIX, OSX, FREEBSD, MORPHOS"
    22 	echo "                        UNIX, OSX, FREEBSD, MORPHOS"
    23 	echo "                        BEOS, SUNOS, CYGWIN, MINGW"
    23 	echo "                        BEOS, SUNOS, CYGWIN, MINGW, OS2"
    24 	echo " --windres           Sets the windres (Windows)          [windres]"
    24 	echo " --windres           Sets the windres (Windows)          [windres]"
    25 	echo " --force-le          Force LE platform                   [no]"
    25 	echo " --force-le          Force LE platform                   [no]"
    26 	echo " --force-be          Force BE platform                   [no]"
    26 	echo " --force-be          Force BE platform                   [no]"
    27 	echo ""
    27 	echo ""
    28 	echo "Params that can be used with --with or --without"
    28 	echo "Params that can be used with --with or --without"
   275 			PARAM="$PARAM MORPHOS=1 UNIX=1"
   275 			PARAM="$PARAM MORPHOS=1 UNIX=1"
   276 			;;
   276 			;;
   277 		BEOS)
   277 		BEOS)
   278 			PARAM="$PARAM BEOS=1 UNIX=1"
   278 			PARAM="$PARAM BEOS=1 UNIX=1"
   279 			;;
   279 			;;
       
   280 		OS2)
       
   281 			PARAM="$PARAM OS2=1 UNIX=1"
       
   282 			;;
   280 		SUNOS)
   283 		SUNOS)
   281 			PARAM="$PARAM SUNOS=1 UNIX=1"
   284 			PARAM="$PARAM SUNOS=1 UNIX=1"
   282 			;;
   285 			;;
   283 		CYGWIN)
   286 		CYGWIN)
   284 			PARAM="$PARAM CYGWIN=1 WIN32=1"
   287 			PARAM="$PARAM CYGWIN=1 WIN32=1"