Can I link static libraries to create a framework?
Can I link static libraries to create a framework?
- Subject: Can I link static libraries to create a framework?
- From: "David Clark" <email@hidden>
- Date: Wed, 26 May 2004 16:25:11 -0700
I have a bunch of directories of source code. The code in each
directory should be compiled using a precompiled header for
that directory, and then I hoped to generate a static library per
directory. But in the end I need to generate 2 frameworks; one
built from all the directories, and one that is a subset. The final
product should not be a framework per directory.
Is there any way to do this in XCode?
_______________________________________________
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.