environment variables during compile time
environment variables during compile time
- Subject: environment variables during compile time
- From: Jankoen de Haan <email@hidden>
- Date: Wed, 13 Jul 2011 14:11:41 +0200
Hi All
What would be the way to use environment variable during compile time in source code. I explicitly dont want to get the content of the vars during runtime but during compile time as if the vars are preprocessor constants.
For example:
int main(int argc, char *argv[]) { NSLog( @"testcase %s", $PRODUCT_NAME ); }
Is something like this possible ?
Thanks, Jankoen de Haan Utrecht |
_______________________________________________
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