|
From: Andre R. <and...@us...> - 2004-11-01 13:16:39
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18475 Modified Files: frontier.xcode.h Log Message: Reorganized global headers slightly. Introduced FRONTIER_FRAMEWORK_INCLUDES preprocessor directive, applicable to C and rez compilation. Index: frontier.xcode.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/frontier.xcode.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** frontier.xcode.h 24 Oct 2004 22:31:12 -0000 1.1 --- frontier.xcode.h 1 Nov 2004 13:16:29 -0000 1.2 *************** *** 36,38 **** --- 36,40 ---- #define TARGET_API_MAC_OSX 0 + #define FRONTIER_FRAMEWORK_INCLUDES 1 + #include "frontier.h" |