[OT] Building a dynamic library
[OT] Building a dynamic library
- Subject: [OT] Building a dynamic library
- From: Matthew Smith <email@hidden>
- Date: Wed, 27 Nov 2002 12:26:20 +1100
Hello, I'm trying to build my own dynamic library, but am not sure how to
set up project builder to do it...
I've searched the archives and the best advice I could find was the
following:
>
To create a shared library in Project Builder, you need to create a new
>
library target. Unfortunately, at this time you can't create a library
>
project type when creating a new project, so you have to create a project
>
with some other type, like application, and then just add a library target.
>
After creating the library target, go into the target editor pane and make
>
sure your library name is of the form libfoobar.dylib and finally under the
>
"Expert View" change the LIBRARY_STYLE to DYNAMIC.
Only LIBRARY_STYLE does not show up (I assume it is the diff between the old
and new PB)...
Any ideas?
Thanks
Matt
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.