latest osx publish stuff

This commit is contained in:
David Rose
2006-09-28 16:31:02 +00:00
parent 39a891e55d
commit 8de0914056
22 changed files with 154 additions and 384 deletions
+2 -6
View File
@@ -876,12 +876,8 @@
#define CXX CC
#endif
#if $[and $[OSX_PLATFORM],$[UNIVERSAL_BINARIES]]
// Configure for universal binaries on OSX.
#define ARCH_FLAGS -arch i386 -arch ppc
#else
#define ARCH_FLAGS
#endif
// Configure for universal binaries on OSX.
#defer ARCH_FLAGS $[if $[and $[OSX_PLATFORM],$[UNIVERSAL_BINARIES]],-arch i386 -arch ppc,]
// How to compile a C or C++ file into a .o file. $[target] is the
// name of the .o file, $[source] is the name of the source file,