- fix obsolete, incorrect comment

This commit is contained in:
Bryce Denney 2001-12-11 13:42:23 +00:00
parent a377aa0192
commit 1c985e4ee4

View File

@ -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"