- use autodetection version of the SB16 configure option

- the variable CONFIGURE_ARGS can now override all options in the shortcut script
This commit is contained in:
Volker Ruppert 2005-03-22 16:44:24 +00:00
parent a2945b42ec
commit bf7c13e480
5 changed files with 14 additions and 14 deletions

View File

@ -27,15 +27,15 @@ case $which_config in
# Include a few standard options, speed optimizations, X11 only.
#######################################################################
./configure --enable-cdrom \
--enable-sb16=linux \
--enable-sb16 \
--enable-ne2000 \
--enable-vbe \
--enable-all-optimizations \
${CONFIGURE_ARGS} \
--enable-cpu-level=6 \
--enable-sse=1 \
--enable-pci \
--enable-clgd54xx
--enable-clgd54xx \
${CONFIGURE_ARGS}
;;
plugins)
@ -44,17 +44,17 @@ case $which_config in
# Include plugins, every possible gui.
#######################################################################
./configure --enable-cdrom \
--enable-sb16=linux \
--enable-sb16 \
--enable-ne2000 \
--enable-vbe \
--enable-all-optimizations \
${CONFIGURE_ARGS} \
--enable-cpu-level=6 \
--enable-sse=1 \
--enable-pci \
--enable-clgd54xx \
--enable-plugins \
--with-all-libs
--with-all-libs \
${CONFIGURE_ARGS}
;;
esac

View File

@ -20,15 +20,15 @@ export CXXFLAGS
./configure --target=ppc-macos \
--enable-cdrom \
--enable-sb16=osx \
--enable-sb16 \
--enable-vbe \
--enable-all-optimizations \
${CONFIGURE_ARGS} \
--enable-cpu-level=6 \
--enable-sse=1 \
--enable-pci \
--enable-clgd54xx \
--enable-plugins \
--with-macos
--with-macos \
${CONFIGURE_ARGS}
unset echo

View File

@ -21,13 +21,13 @@ export CXXFLAGS
export LDFLAGS
./configure --enable-cdrom \
--enable-sb16=osx \
--enable-sb16 \
--enable-ne2000 \
--enable-vbe \
--enable-all-optimizations \
${CONFIGURE_ARGS} \
--enable-cpu-level=6 \
--enable-sse=1 \
--enable-pci \
--enable-clgd54xx \
--enable-plugins
--enable-plugins \
${CONFIGURE_ARGS}

View File

@ -15,7 +15,7 @@ export CFLAGS
export CXXFLAGS
./configure --enable-cdrom \
--enable-sb16=win \
--enable-sb16 \
--enable-ne2000 \
--enable-vbe \
--enable-all-optimizations \

View File

@ -12,7 +12,7 @@ set echo
./configure --target=pentium-windows \
--enable-cdrom \
--enable-sb16=win \
--enable-sb16 \
--enable-ne2000 \
--enable-vbe \
--enable-all-optimizations \