On 2006-03-07 21:48, Chris Espinosa said:
http://developer.apple.com/documentation/DeveloperTools/Conceptual/
XcodeUserGuide/Contents/Resources/en.lproj/05_04_bs_build_settings/
chapter_31_section_5.html#//apple_ref/doc/uid/TP40002691-BACGEIHB
Header Search Paths (HEADER_SEARCH_PATHS)
This is a list of paths to folders to be searched by the compiler for
included or imported header files when compiling C, Objective-C, C++,
or Objective-C++ source files.
CodeWarrior has this nice feature where adding headers (or anything) to
a project automatically adds the header's parent folder as an 'access
path' if it isn't one already. It even entirely removes the access path
from the project when the last project file referenced relative to that
path is removed from the project.
Is this on the Xcode to-do list?