Bochs/bochs/.conf.macosx
Bryce Denney b601437f2d - remove --enable-dc2300-vlb-ide from all .conf files at Volker's suggestion.
Modified Files:
  .conf.beos .conf.everything .conf.linux .conf.macosx
  .conf.win32-cygwin .conf.win32-vcpp
2002-11-19 20:48:07 +00:00

19 lines
244 B
Bash

#!/bin/sh
# this sets up the compile for MacOS X
set echo
CFLAGS="-pipe -O2"
CXXFLAGS="$CFLAGS"
export CC
export CXX
export CFLAGS
export CXXFLAGS
./configure --enable-cdrom \
--enable-vbe \
--enable-all-optimizations
unset echo