dylib or Framework?
dylib or Framework?
- Subject: dylib or Framework?
- From: "Michael B Allen" <email@hidden>
- Date: Sun, 20 Mar 2005 17:46:09 -0500 (EST)
- Importance: Normal
I have a library of generic C modules (e.g. hashmap, allocator, csv
parser, etc) [1] that I have ported to OS X. At least it compiles cleanly.
Now I need to figure out how to package it. My question is - should I
create a Framework or just a standard UNIX style shared library to go in
/usr/lib?
In either case I'm just using a straight forward Makefile at this point.
My code is just POSIX level stuff (mostly ANSI C actually). Can someone
provide a pointer to a Makefile that illustrates how to correctly build a
dylib and/or Framework?
Thanks,
Mike
[1] http://www.ioplex.com/~miallen/libmba/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden