Re: Headers for Darwin installed lib
Re: Headers for Darwin installed lib
- Subject: Re: Headers for Darwin installed lib
- From: Chris Espinosa <email@hidden>
- Date: Fri, 16 Mar 2007 09:33:47 -0700
On Mar 16, 2007, at 8:03 AM, Fen Soares wrote: Any help is much appreciated. This is for including a .c file in a cocoa project. I've set the C Language Dialect flag to: GCC_C_LANGUAGE_STANDARD = c99, due to a Macro that I'm using in Objective-C, which requires it. That's the only difference out-of-the-box
When you want to use a library, you have to add the library to your project. When your code is built, it is linked with that library.
Choose "Add Files" from the Project menu In the standard Open Files dialog, type /opt Enter gts into the search bubble to find the library quickly Select libgts.dylib and click OK
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden