|
From: <and...@us...> - 2006-04-07 18:06:57
|
Revision: 1220 Author: andreradke Date: 2006-04-07 11:06:06 -0700 (Fri, 07 Apr 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1220&view=rev Log Message: ----------- Updated CPUDEFS.H to enable compilation of Paige library with Xcode. Replace CodeWarrior version of Mach-O Paige library with one compiled by Xcode 1.5 and GCC 3.3. Modified Paths: -------------- Frontier/trunk/Common/Paige/headers/CPUDEFS.H Frontier/trunk/Common/Paige/libpaigemacho.a Modified: Frontier/trunk/Common/Paige/headers/CPUDEFS.H =================================================================== --- Frontier/trunk/Common/Paige/headers/CPUDEFS.H 2006-04-07 18:04:09 UTC (rev 1219) +++ Frontier/trunk/Common/Paige/headers/CPUDEFS.H 2006-04-07 18:06:06 UTC (rev 1220) @@ -123,8 +123,9 @@ #define WIN32_COMPILE //#define WINDOWS_EMULATE_COMPILE /* Fakes Windows environment on Mac */ #else + #define MAC_COMPILE /* 2006-04-07 aradke: compiling with Xcode */ + #endif #endif -#endif #ifdef ACCESS_MS_DLL #define MS_DLL Modified: Frontier/trunk/Common/Paige/libpaigemacho.a =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |