Build pane escaping / quoting
Build pane escaping / quoting
- Subject: Build pane escaping / quoting
- From: James Turner <email@hidden>
- Date: Thu, 13 Nov 2003 10:10:39 +0000
Apologies if this is a FAQ, if so I can't find it.
I am having trouble with the automatic escaping / parsing of strings in
the build pane. I need to be able to do two things in OTHER_CFLAGS and
a few other places:
-DSOMETHING="foo bar"
(i.e, make a define appear in the code as a quoted character literal)
and
`pkg-config --cflags something`
Note the back quotes, i.e, run a shell command and pass the output as
compile flags. Is there a way to switch off the automatic quoting of
each white-space delimited option that currently seems to take place?
Hoping this is easy, since it will make my life much simpler.
H&H
James
--
We are all in the gutter, but some of us are looking at the stars.
_______________________________________________
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.