Re: [Plib-users] plib framework on OS X
Brought to you by:
sjbaker
From: mat t. p. <pr...@tt...> - 2003-11-07 18:05:17
|
The framework is the method that I used for a project I did. Its kinda screwy though because even after you build the framework you'll need to add all of the libs (from /usr/libs/something etc) to the project. To make a framework just make a framework project and add all of the headers to it. From there you'll need to fiddle around with the sources and such because I can't remember how to do it exactly. Frameworks are just collections of code, you may only need to compile the headers. There is some tool out there that can make things easier for the Mac world but I can't remember the name of it. Search through the archives for OS X stuff and you should see it mentioned somewhere. Good Luck. m. On Nov 7, 2003, at 9:50 AM, Dawid Piwinski wrote: > Hi, I know some users were able to make a framework of the plib. This > is what I need to do as well, but I haven't found much help about > doing it. Can someone give me some information on how to build a > framework and then how to compile with it. > > Thanks, > Dawid > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > plib-users mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-users |