From 59fd837cdf4295dce7e4c1b9481ef2802df2771f Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 17 Apr 2003 02:38:13 +0000 Subject: "" svn path=/trunk/; revision=576 --- externals/grill/flext/source/flprefix.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'externals/grill/flext/source/flprefix.h') 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 + #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 + #endif #endif #ifndef FLEXT_CPU -- cgit v1.2.1