*** empty log message ***

svn path=/trunk/boinc/; revision=9342
This commit is contained in:
Charlie Fenton 2006-01-30 11:29:22 +00:00
parent f893f66801
commit 068ef72cb1
2 changed files with 8 additions and 1 deletions

View File

@ -1125,3 +1125,10 @@ Reinhard 30 Jan 2006
* make version-checks more robust if '--version' is not supported
* removed libtool-check: libtool is shipped with boinc, this check therefore pointless
./autosetup
Charlie 30 Jan 2006
-Mac: Fix path to Mac_GUI.cpp in XCode project.
mac_build/
boinc.xcodeproj/
project.pbxproj

View File

@ -858,7 +858,7 @@
DD81C60307C5D8630098A04D /* gui_rpc_client.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = gui_rpc_client.h; path = ../lib/gui_rpc_client.h; sourceTree = SOURCE_ROOT; };
DD96AFF90811075000A06F22 /* BOINCSaver.saver */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BOINCSaver.saver; sourceTree = BUILT_PRODUCTS_DIR; };
DD96AFFA0811075100A06F22 /* ScreenSaver-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "ScreenSaver-Info.plist"; sourceTree = SOURCE_ROOT; };
DDA9D3BB09189A8C0060E7A7 /* Mac_GUI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Mac_GUI.cpp; path = /Volumes/Moon/BOINC_Mac/_boinc_head/clientgui/mac/Mac_GUI.cpp; sourceTree = "<absolute>"; };
DDA9D3BB09189A8C0060E7A7 /* Mac_GUI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Mac_GUI.cpp; path = ../../../../Moon/BOINC_Mac/_boinc_head/clientgui/mac/Mac_GUI.cpp; sourceTree = SOURCE_ROOT; };
DDAEC9E107FA583B00A7BC36 /* SetVersion */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SetVersion; sourceTree = BUILT_PRODUCTS_DIR; };
DDAEC9E707FA58A000A7BC36 /* SetVersion.C */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SetVersion.C; path = ../clientgui/mac/SetVersion.C; sourceTree = SOURCE_ROOT; };
DDB5060D0958247800181B75 /* libwx_mac.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libwx_mac.a; path = "../../wxMac-2.6.2/src/build/Deployment/libwx_mac.a"; sourceTree = SOURCE_ROOT; };