Re: Unexported Symbols File and _ppc & _i386?
Re: Unexported Symbols File and _ppc & _i386?
- Subject: Re: Unexported Symbols File and _ppc & _i386?
- From: Dave Thorup <email@hidden>
- Date: Thu, 2 Feb 2006 09:46:18 -0500
On Feb 1, 2006, at 5:38 PM, Steve Checkoway wrote:
It occurs to me that you could just do
UNEXPORTED_SYMBOLS_FILE = Excluded_symbols_$(CURRENT_ARCH).exp
instead and not have the other two.
Thanks, this works well enough. I'd also tried the following and got
it to work:
OTHER_LDFLAGS_i386 = -unexported_symbols_list Excluded_Symbols_i386.exp
OTHER_LDFLAGS_ppc = -unexported_symbols_list Excluded_Symbols_ppc.exp
But your solution is much cleaner.
_____________________________
Dave Thorup
Software Engineer
email@hidden
http://www.kuwan.net
HyperSpell - Check spelling in Mac OS X from any application.
_______________________________________________
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