Added Brian Huffman's Sound for OSX code with a couple of tweaks.

This commit is contained in:
Daniel Gimpelevich 2004-02-09 22:59:22 +00:00
parent 5366cc369e
commit caddc3096b
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export CXXFLAGS
./configure --target=ppc-macos \
--enable-cdrom \
--enable-sb16=dummy \
--enable-sb16=osx \
--enable-vbe \
--enable-all-optimizations \
${CONFIGURE_ARGS} \

View File

@ -19,6 +19,7 @@ export CXXFLAGS
export LDFLAGS
./configure --enable-cdrom \
--enable-sb16=osx \
--enable-ne2000 \
--enable-vbe \
--enable-all-optimizations \