aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flprefix.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-04-17 02:38:13 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-04-17 02:38:13 +0000
commit59fd837cdf4295dce7e4c1b9481ef2802df2771f (patch)
treeeb090e6fc39b9b4c196cd9ae8181ec3801a48fa4 /externals/grill/flext/source/flprefix.h
parent7c9a8dca5d40d401eda0947cb83ad0a8f7da58d9 (diff)
""
svn path=/trunk/; revision=576
Diffstat (limited to 'externals/grill/flext/source/flprefix.h')
-rwxr-xr-xexternals/grill/flext/source/flprefix.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/externals/grill/flext/source/flprefix.h b/externals/grill/flext/source/flprefix.h
index 028c8df9..6c2e2999 100755
--- a/externals/grill/flext/source/flprefix.h
+++ b/externals/grill/flext/source/flprefix.h
@@ -141,8 +141,15 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#elif defined(__MWERKS__)
// Metrowerks CodeWarrior
- #ifndef __CONDITIONALMACROS__
- #include <ConditionalMacros.h>
+ #ifdef __MACH__
+ // quick fix for OSX Mach-O
+ #define TARGET_CPU_PPC 1
+ #define TARGET_OS_MAC 1
+ #define TARGET_API_MAC_OSX 1
+ #else
+ #ifndef __CONDITIONALMACROS__
+ #include <ConditionalMacros.h>
+ #endif
#endif
#ifndef FLEXT_CPU