|
From: James W. W. <os...@jw...> - 2005-10-14 16:03:46
|
On Oct 14, 2005, at 8:08 AM, Roger Holmes wrote: > For Cocoa, Quesa should be compiled with QUESA_OS_COCOA defined. > It seems that where CodeWarrior could use a different pre-compiled > header for each target, XCode does not allow this. XCode does have > a facility to define macros in the project, but this again does not > seem > to be on a per target basis. I think we need a different project > for the > Cocoa framework, or a separate "Build Configuration". Which? > It looks to me like you can define macros for a target. Double-click a target to open the target info window. Set the Collection menu to Preprocessing, and one of the choices is "Preprocessor Macros". In the current Quesa project targets, the value is "QUESA_OS_MACINTOSH=1 TARGET_API_MAC_CARBON=1". |