|
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
One problem I've run recently into is, Linux sources tend to clutter /usr/.../include and to address their headers directly:
#include <mylib.h> #include <mybunch.h>
While, when packaged as Framework, one has to use
#include <mylib/mylib.h> #include <mylib/mybunch.h>
The only way to deal with this, aside from changing all the sources, is to set up header search paths, right?
cheers Bill _______________________________________________ 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
| References: | |
| >Re: Question about dynamic and static libraries (From: Bill Northcott <email@hidden>) | |
| >Re: Question about dynamic and static libraries (From: Steve Checkoway <email@hidden>) | |
| >Re: Question about dynamic and static libraries (From: Bill Northcott <email@hidden>) | |
| >Re: Question about dynamic and static libraries (From: Steve Checkoway <email@hidden>) | |
| >Re: Question about dynamic and static libraries (From: Bill Northcott <email@hidden>) | |
| >Re: Question about dynamic and static libraries (From: Markus Hitter <email@hidden>) |
| Home | Archives | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2011 Apple Inc. All rights reserved.