On 16-Sep-06, at 12:09 PM, Phil M wrote:
On Sep 15, 2006, at 11:46 PM, Frank Condello wrote:
You can use the absolute paths for those settings, but what I do
is define a source tree in the Xcode preferences called
RBPLUGINSDK that points to the SDK root - e.g. "/path/to/REALbasic/
Plugins SDK/" (without the quotes!) then use "$(RBPLUGINSDK)
Includes/RBCarbonHeaders.h" for the prefix header (again without
the quotes) and add "$(RBPLUGINSDK)Includes/" to the header search
paths (WITH the quotes!) This will automatically find new SDK
installs in the same location, and if you ever move the SDK you
only need to update source tree path.
OK. I just (incorrectly) assumed that the IDE would know about
those files because they were already added to the project window.
You should be able to remove and re-add the files to have Xcode grok
the path (hard coding it into the target settings), but existing
templates have no knowledge of your file system.
Frank.
<http://developer.chaoticbox.com/>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>