xcconfig files: line wrap and inheriting
xcconfig files: line wrap and inheriting
- Subject: xcconfig files: line wrap and inheriting
- From: "Sean McBride" <email@hidden>
- Date: Thu, 20 Jul 2006 16:15:51 -0400
- Organization: Rogue Research
Hi all,
Two misc questions about xcconfig files:
1) I have a line longer than the width of my monitor:
WARNING_CFLAGS = -Wall -Wextra ....
can I break it up?
The C way below doesn't work:
WARNING_CFLAGS = -Wall \
-Wextra ....
2) Is $(inherited) the generic way to add to a setting? I copy and
pasted this from the project:
USER_HEADER_SEARCH_PATHS = $(inherited) $(my-source-tree)
Can I use that syntax anywhere, like this:
OTHER_CPLUSPLUSFLAGS = $(inherited) -D_GLIBCXX_DEBUG
or must I do this:
OTHER_CPLUSPLUSFLAGS = $(OTHER_CPLUSPLUSFLAGS) -D_GLIBCXX_DEBUG
Thanks,
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden