Include file handling?
Include file handling?
- Subject: Include file handling?
- From: "Fred Ross-Perry" <email@hidden>
- Date: Fri, 18 Aug 2006 09:01:13 -0700
- Thread-topic: Include file handling?
Hi, I am a beginner
with XCode so please bear with me. Thanks.
I am moving a large
CodeWarrior project from CW to XCode 2.4.
I have all the
source code changes made and it's all compiling,
but I am not so
happy with the build time compared to CW.
I *think* I have
observed a decent improvement in build time if I
do *not* use search
paths, and instead add the include files to the
project. Have
others had this observation?
Anyway, I have a
folder that contains the header files, and some
of them do not have
the standard extension, .H. Instead they
end in .INL (they
contain inline functions). Source files include
them using #include
"xxx.inl".
If I build using a
search path for the headers folder, the .INL
files are found and
included. If I omit the search path, the .H files
in the headers
folder are found but the .INL files are not, even though
they have ALL been
added to the project.
Thoughts?
Thanks.
-fred
_______________________________________________
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