From 068ef72cb19540f7aad291bd06b0e29caf69e922 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Mon, 30 Jan 2006 11:29:22 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=9342 --- checkin_notes | 7 +++++++ mac_build/boinc.xcodeproj/project.pbxproj | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 76614becd4..a6db7a93db 100755 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/mac_build/boinc.xcodeproj/project.pbxproj b/mac_build/boinc.xcodeproj/project.pbxproj index 81459b1048..ee35427876 100755 --- a/mac_build/boinc.xcodeproj/project.pbxproj +++ b/mac_build/boinc.xcodeproj/project.pbxproj @@ -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 = ""; }; + 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; };