- configure shortcut for MacOS X
This commit is contained in:
parent
742830f1ab
commit
1b62fce53d
23
bochs/.conf.macosx
Normal file
23
bochs/.conf.macosx
Normal file
@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
|
||||
# This script will run configure for a Macintosh/CodeWarrior Pro
|
||||
# environment. I actually run this on my Linux machine, but
|
||||
# the generated files are for a Mac.
|
||||
|
||||
set echo
|
||||
|
||||
# These really just make ./configure happy on your Unix machine.
|
||||
# They are not the options used on your Mac.
|
||||
CC="cc"
|
||||
CFLAGS="-fpascal-strings -fno-common -arch ppc -Wno-four-char-constants -Wno-unknown-pragmas -Dmacintosh -pipe -g"
|
||||
CXX="$CC"
|
||||
CXXFLAGS="$CFLAGS"
|
||||
|
||||
export CC
|
||||
export CXX
|
||||
export CFLAGS
|
||||
export CXXFLAGS
|
||||
|
||||
./configure --with-carbon
|
||||
|
||||
unset echo
|
Loading…
x
Reference in New Issue
Block a user