extend existing build settings with build style
extend existing build settings with build style
- Subject: extend existing build settings with build style
- From: email@hidden
- Date: Thu, 15 Jul 2004 17:43:11 +0200
Hi,
recently I switched from ProjectBuilder to Xcode. In my old projects I
used build styles also to extend an existing build setting e.g. for a
certain target I set OTHER_CFLAGS = -DTHIS_TARGET_NEEDS_THIS_DEFINED and
added in the build style Development simply OTHER_CFLAGS += -DDEBUG_BUILD
to enable special debug code.
Since changing to Xcode I cannot find a possibility to add something to an
existing build setting anymore. When trying to include $(OTHER_CFLAGS) in
either one of the target or style settings it has not the effect I wish.
When adding this to the style setting, it complains about a self
reference.
btw. I'm still using the 'legacy targets' in Xcode and did not yet
convert.
What can I do to get the behavior I want?
Thanks in advance for your help,
Holger
----
Holger Hoerich, Research Engineer
Coding Technologies
D-90429 Nuremberg, Deutschherrnstr. 15-19
Phone +49 (0) 911 92891-28, Fax -99
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.