adding dynamic lib
adding dynamic lib
- Subject: adding dynamic lib
- From: William Irving Zumwalt <email@hidden>
- Date: Sun, 15 Jan 2006 02:29:39 -0600
On a separate question, though on the same topic as my other post ...
To add a dynamic lib to my cocoa app, I make a group called Libraries,
then right clicked on it, Add->Existing Files, I selected the dynamic
lib in another directory (of it's own project) and Recursively create
groups for any added folders was selected.
What I don't get is I've got this sym link in my cocoa project dir like this ...
libmystuff -> libmystuff.0.0.0.dylib
... and, shouldn't libmystuff.0.0.0.dylib also show the relative path
to where the file exists in the other project? I'm having a hard time
getting my cocoa app to see this dynamic lib.
I was thinking it should be something like ...
libmystuff -> ../mystuff/build/Release/libmystuff.0.0.0.dylib
Any help much appreciated.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden