Re: XCode newbie: Help with plugins and linking
Re: XCode newbie: Help with plugins and linking
- Subject: Re: XCode newbie: Help with plugins and linking
- From: Fritz Anderson <email@hidden>
- Date: Tue, 11 May 2004 10:21:32 -0500
I believe (someone please correct me) you want to specify the full path
to your application with the -bundle_loader GCC switch.
-- F
On 8 May 2004, at 12:40 AM, Mark wrote:
I am making an plugin based application where the plugin has to link
to exported application symbols.
In CW (5.3), I make the CFM version usingthe make stub library option
and a stub is created.
The plugin project then imports the stub.
How do I do something similar in XCode?
I can't make a stub out of the application executable, strip (using
-c option) complains.
To build the plugin, I need it to link against the application or a
stub/dynamic library.
_______________________________________________
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.