- added instructions how to update the online documentation
[bochs-mirror.git] / .conf.beos
blob821bce99cb565e4a723fd245414ee0e4e34e13ba
1 #!/bin/sh
4 # These options are suggested by Bernd Korz, who maintains the BeOS
5 # port. He says that SDL works better than the native BeOS gui.
8 CC=gcc
9 CXX=$CC
10 CFLAGS="-Wall -O9 -mpentium -fomit-frame-pointer -pipe"
11 CXXFLAGS=$CFLAGS
13 export CC
14 export CXX
15 export CFLAGS
16 export CXXFLAGS
18 ./configure --with-sdl \
19 --enable-ne2000 \
20 --enable-all-optimizations \
21 --enable-pci