Re: Access Paths: (question from a recovering CodeWarrior)
Re: Access Paths: (question from a recovering CodeWarrior)
- Subject: Re: Access Paths: (question from a recovering CodeWarrior)
- From: David Dunham <email@hidden>
- Date: Wed, 21 Sep 2005 18:18:05 -0700
Chris
They're initially empty. When you add files to the project, search
paths are automatically added. Files in your project's root directory
are always found even if no search paths are entered, which is why it
"just worked."
This is the party line, and it's usually true. But not in our code,
which has stuff like
#include "system/Graphics.h"
which cannot find the Graphics.h I add to the project. I have to
manually add a search path.
--
David Dunham A Sharp, LLC
Voice/Fax: 206 783 7404 http://a-sharp.com
Efficiency is intelligent laziness.
_______________________________________________
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