- fix obsolete, incorrect comment
This commit is contained in:
parent
a377aa0192
commit
1c985e4ee4
@ -1,13 +1,8 @@
|
||||
#!/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.
|
||||
# this sets up the compile for MacOS X
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user