Wrapping conventional .a libraries in a framework...
Wrapping conventional .a libraries in a framework...
- Subject: Wrapping conventional .a libraries in a framework...
- From: Jonathan Wight <email@hidden>
- Date: Wed, 24 Oct 2001 13:53:58 -0500
I have two libraries (.a) compiled from a makefile that I need to bundle up
into a framework. I've created a framework project in PB and have added the
headers and libraries. When I build the framework it doesn't contain any of
the symbols of the two static libraries.
How do I go about getting project builder to include these symbols in the
final framework?
Jon.