Re: Merging dylibs into executables
Re: Merging dylibs into executables
- Subject: Re: Merging dylibs into executables
- From: Drew McCormack <email@hidden>
- Date: Fri, 7 May 2004 07:31:56 +0200
On May 5, 2004, at 6:04 PM, Rosyna wrote:
> Is it possible to merge a dylib into my executable in xcode?
I'm afraid the best that you can do is add a copy phase to your target,
and copy the dylib to the frameworks directory of your app. You need to
make sure the dylib has the correct install path (ie
@executable_path/../Frameworks)
Drew McCormack
> --
>
>
> Sincerely,
> Rosyna Keller
> Technical Support/Holy Knight/Always needs a hug
>
> Unsanity: Unsane Tools for Insanely Great People
> _______________________________________________
> xcode-users mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/xcode-users
> Do not post admin requests to the list. They will be ignored.
>
>
Trade Strategist
Stock market strategy design software
http://www.trade-strategist.com
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.