*** empty log message ***

svn path=/trunk/boinc/; revision=6194
This commit is contained in:
Charlie Fenton 2005-05-19 01:38:35 +00:00
parent 8de00344d0
commit 1c24ef8641
3 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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:\
\

View File

@ -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";