Re: How to set executable/product name by compiler switch?
Re: How to set executable/product name by compiler switch?
- Subject: Re: How to set executable/product name by compiler switch?
- From: Alexander Bokovikov <email@hidden>
- Date: Sat, 9 Jan 2010 05:52:24 +0500
On 09.01.2010, at 1:08, Jeremy Pereira wrote:
"Product Name" and "preprocessor macros" are target build settings.
Select a target, right click on it and select the "Get Info" item
from the context menu. Then select the build tab and you'll see a
huge list of build settings. The things you want are in amongst
those.
I've tried to do what you told... No luck.. Even worse! Now it looks
like even simple #define _CUSTOM_VER within .pch file does not work
anymore! Though pch itself works OK. I just tried to insert #define
clause into .m module, where #ifdef's are used, but it is not working
even there. It looks like I've turned off precompiling itself. But I
don't understand where I did it, as I did not change (AFAIK) any
target settings but "Other C lags" and "Precompiling macros", which
are empty now, as they were before my exercises. I killed extra target
and returned my project to its initial state, as far as I can. But
something is still wrong there...
What parameter turns precompiling on?
Thanks,
-Alex
_______________________________________________
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