Re: How can I add custom headers for a library?
Re: How can I add custom headers for a library?
- Subject: Re: How can I add custom headers for a library?
- From: "Mark A. Stratman" <email@hidden>
- Date: Fri, 18 Jun 2004 16:10:07 -0500
One of the system's "include" directories. IMO, /usr/local/include
would be most appropriate.
- Mark
On Jun 18, 2004, at 3:01 PM, email@hidden wrote:
I have created a library. There is a header that needs, like stdio, to
be
accessable in the compiler. I don't want this header to be included in
the
resources or any where else in the product. I know I can manually
delete
it, but is there a folder I can place the header in which the compiler
will recognise?
I already dropped it (ok there are two in side a folder) into the
Headers
folder in the Developer folder. But when I type #include <MyLibrary.h>
or
"MyLibrary.h" I am told that that no such file exists. How do I tell
xcode
where these headers are, or where do I place them so that xcode sees
them?
Thanks
April.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.