Question about macro expansion of a customized Xcode Project Template
Question about macro expansion of a customized Xcode Project Template
- Subject: Question about macro expansion of a customized Xcode Project Template
- From: "Dr. Rolf Jansen" <email@hidden>
- Date: Thu, 3 Jul 2008 11:04:06 -0300
I set up a customized Xcode Project Template and everything works
almost perfectly. There is only one little problem left, and possibly
somebody knows an easy solution.
The macros to be expanded start with the special character "«". In one
of the custom files to be macro expanded appears a backslash right
before the macro and Xcode seems to take the backslash as the escape
sequence for "«". So, macro expansion only removes the backslash and
«PROJECTNAME» itself is not expanded. I assume, that this is the
expected behaviour
My question is now, how shall I escape the backslash itself? I tried
already \\«PROJECTNAME». In this case, the macro is expanded
correctly, but the double backslash remains in the expanded text, and
I need only one backslash.
Many thanks for any help.
Best regards
Rolf Jansen
_______________________________________________
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