diff --git a/checkin_notes b/checkin_notes index fde891c357..b4230fc4e3 100755 --- a/checkin_notes +++ b/checkin_notes @@ -2339,3 +2339,12 @@ Charlie 12 Mar 2007 mac_build/ boinc.xcodeproj/ project.pbxproj + +Charlie 13 Mar 2007 + Mac: remove wxAnimate.cpp,.h from XCode project. (This was done + on 26 Jan 2007 in 5.a branch of CVS). + + mac_build/ + boinc.xcodeproj/ + project.pbxproj + diff --git a/mac_build/boinc.xcodeproj/project.pbxproj b/mac_build/boinc.xcodeproj/project.pbxproj index a38a353a6c..1a39965b9a 100755 --- a/mac_build/boinc.xcodeproj/project.pbxproj +++ b/mac_build/boinc.xcodeproj/project.pbxproj @@ -1052,8 +1052,6 @@ DDCDCDF10B532433009BB03C /* ViewMessagesGrid.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ViewMessagesGrid.h; path = ../clientgui/ViewMessagesGrid.h; sourceTree = SOURCE_ROOT; }; DDCDCDF20B532433009BB03C /* ViewProjectsGrid.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ViewProjectsGrid.cpp; path = ../clientgui/ViewProjectsGrid.cpp; sourceTree = SOURCE_ROOT; }; DDCDCDF30B532433009BB03C /* ViewProjectsGrid.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ViewProjectsGrid.h; path = ../clientgui/ViewProjectsGrid.h; sourceTree = SOURCE_ROOT; }; - DDCE782E0A70BD55008218B6 /* wxAnimate.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = wxAnimate.cpp; path = ../clientgui/common/wxAnimate.cpp; sourceTree = SOURCE_ROOT; }; - DDCE782F0A70BD55008218B6 /* wxAnimate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = wxAnimate.h; path = ../clientgui/common/wxAnimate.h; sourceTree = SOURCE_ROOT; }; DDCE78300A70BD55008218B6 /* wxFlatNotebook.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = wxFlatNotebook.cpp; path = ../clientgui/common/wxFlatNotebook.cpp; sourceTree = SOURCE_ROOT; }; DDCE78310A70BD55008218B6 /* wxFlatNotebook.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = wxFlatNotebook.h; path = ../clientgui/common/wxFlatNotebook.h; sourceTree = SOURCE_ROOT; }; DDCE78320A70BD55008218B6 /* wxFNBDropTarget.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = wxFNBDropTarget.h; path = ../clientgui/common/wxFNBDropTarget.h; sourceTree = SOURCE_ROOT; }; @@ -1491,8 +1489,6 @@ DDCE78220A70BD29008218B6 /* common */ = { isa = PBXGroup; children = ( - DDCE782E0A70BD55008218B6 /* wxAnimate.cpp */, - DDCE782F0A70BD55008218B6 /* wxAnimate.h */, DDCE78300A70BD55008218B6 /* wxFlatNotebook.cpp */, DDCE78310A70BD55008218B6 /* wxFlatNotebook.h */, DDCE78320A70BD55008218B6 /* wxFNBDropTarget.h */,