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.
_______________________________________________ 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>
