diff --git a/checkin_notes b/checkin_notes index f24f33ecb4..b7c562c062 100755 --- a/checkin_notes +++ b/checkin_notes @@ -6752,3 +6752,14 @@ Rom 18 May 2005 ss_logic.C clientgui/ BOINCGUIApp.cpp + +Charlie 18 May 2005 + Mac: Eliminate an absolute library search path in project. + In build instructions, don't suggeest using jpeglib.h from + seti_boinc project. + + mac_build/ + HowToBuildBOINC_XCode.rtf + boinc.pbproj/ + project.pbxproj + diff --git a/mac_build/HowToBuildBOINC_XCode.rtf b/mac_build/HowToBuildBOINC_XCode.rtf index cb0607f9c9..e658aabb5e 100644 --- a/mac_build/HowToBuildBOINC_XCode.rtf +++ b/mac_build/HowToBuildBOINC_XCode.rtf @@ -111,7 +111,7 @@ make\ [wxpath]/include\ \ (5) Create a symbolic link [boincpath]/jpeglib pointing to \ -your jpeg-6b directory (or whatever directory contains the jpeglib source files). If you have the seti_boinc source directory which contains jpeglib, you can point the symbolic link there.\ +your jpeg-6b directory (or whatever directory contains the jpeglib source files). \ \ For example, if the boinc, wxMac-2.6.0 directory is at [wxpath] and the jpeg-6b directory is at [jpegpath] then the commands would be:\ \ diff --git a/mac_build/boinc.pbproj/project.pbxproj b/mac_build/boinc.pbproj/project.pbxproj index 075173917d..11282a2448 100755 --- a/mac_build/boinc.pbproj/project.pbxproj +++ b/mac_build/boinc.pbproj/project.pbxproj @@ -2936,7 +2936,7 @@ GCC_PREFIX_HEADER = ""; INFOPLIST_FILE = "ScreenSaver-Info.plist"; INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"; - LIBRARY_SEARCH_PATHS = "/Volumes/Moon/BOINC_Mac/wxMac-2.6.0/osx-build/lib"; + LIBRARY_SEARCH_PATHS = ""; MACOSX_DEPLOYMENT_TARGET = 10.3; OTHER_CFLAGS = "-DMAC_OS_X_VERSION_MAX_ALLOWED=1030 -include ../config.h"; OTHER_CPLUSPLUSFLAGS = "-DMAC_OS_X_VERSION_MAX_ALLOWED=1030 -include ../config.h";