Xcode 2.1 --- strings passed as -DMY_STRING="mystring"
Xcode 2.1 --- strings passed as -DMY_STRING="mystring"
- Subject: Xcode 2.1 --- strings passed as -DMY_STRING="mystring"
- From: Raphael Sebbe <email@hidden>
- Date: Wed, 8 Jun 2005 15:24:18 +0200
It no longer works. You can't set it from the Target build options.
Actually you can do it by adding backslashes before ", but those are
lost as soon as the project is closed and reopened...
-DMY_STRING=\"mystring\" -> works
close the project, reopen it, the backslashes are gone and it doesn't
work anymore:
-DMY_STRING="mystring"
I'll report it I guess... Someone can tell me if there's a work around ?
Thanks
Raphael
_______________________________________________
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