From fdfb5bcabe31312494856c29306ff79e2ece5fcc Mon Sep 17 00:00:00 2001 From: Alexander Strange Date: Wed, 11 Feb 2004 03:23:19 +0000 Subject: [PATCH] Guys, what's a relative path? --- MenuTunes.xcode/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MenuTunes.xcode/project.pbxproj b/MenuTunes.xcode/project.pbxproj index 1875d34..1755454 100755 --- a/MenuTunes.xcode/project.pbxproj +++ b/MenuTunes.xcode/project.pbxproj @@ -536,7 +536,7 @@ buildRules = ( ); buildSettings = { - FRAMEWORK_SEARCH_PATHS = "/Volumes/Data/Desktop/ITFoundation/build /Volumes/Data/Desktop/ITKit/build /Users/kent/Programming/iThink/MenuTunes"; + FRAMEWORK_SEARCH_PATHS = "../ITFoundation/build ../ITKit/build /Users/kent/Programming/iThink/MenuTunes"; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = MenuTunes_Prefix.pch; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; @@ -1524,7 +1524,7 @@ HEADER_SEARCH_PATHS = "../ITKit/build/ITKit.framework/PrivateHeaders ../ITFoundation/build/ITFoundation.framework/PrivateHeaders "; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; - LIBRARY_SEARCH_PATHS = "/Volumes/Data/Desktop/MenuTunes /Users/kent/Programming/iThink/MenuTunes"; + LIBRARY_SEARCH_PATHS = .; MACOSX_DEPLOYMENT_TARGET = 10.2; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; -- 2.20.1