File: .conf.beos

package info (click to toggle)
bochs 2.1.1%2B20041109-3sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 13,684 kB
  • ctags: 16,395
  • sloc: cpp: 126,750; ansic: 21,861; sh: 7,921; makefile: 4,015; yacc: 929; perl: 381; asm: 370; lex: 231; csh: 3
file content (22 lines) | stat: -rwxr-xr-x 404 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh

#
# These options are suggested by Bernd Korz, who maintains the BeOS
# port.  He says that SDL works better than the native BeOS gui.
#

CC=gcc
CXX=$CC
CFLAGS="-Wall -O9 -mpentium -fomit-frame-pointer -pipe"
CXXFLAGS=$CFLAGS

export CC
export CXX
export CFLAGS
export CXXFLAGS

./configure --with-sdl \
   --enable-cdrom \
   --enable-ne2000 \
   --enable-all-optimizations \
   --enable-vbe