mirror of https://github.com/BOINC/boinc.git
Mac: Add new source files DlgExitMessage.cpp,.h to XCode project
svn path=/trunk/boinc/; revision=16408
This commit is contained in:
parent
901033ce5c
commit
518ea8aabb
|
@ -9114,6 +9114,10 @@ Rom 4 Nov 2008
|
|||
|
||||
Charlie 4 Nov 2008
|
||||
- MGR: Fix Simple_GUI help button URL.
|
||||
- Mac: Add new source files DlgExitMessage.cpp,.h to XCode project.
|
||||
|
||||
clientgui/
|
||||
sg_ProjectsComponent.cpp
|
||||
mac_build/
|
||||
boinc.xcodeproj/
|
||||
project.pbxproj
|
||||
|
|
|
@ -305,6 +305,7 @@
|
|||
DDD7EF4707F0526E00BA3B90 /* SystemMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = DD40CDFE07F038990096C645 /* SystemMenu.m */; };
|
||||
DDDC35260909212D006076EC /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = F51BDF4903086C46012012A7 /* InfoPlist.strings */; };
|
||||
DDDC70440C7A86A200179273 /* Uninstaller.rsrc in Rez */ = {isa = PBXBuildFile; fileRef = DDDC70430C7A86A200179273 /* Uninstaller.rsrc */; };
|
||||
DDDE43B10EC04C1800083520 /* DlgExitMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDDE43B00EC04C1800083520 /* DlgExitMessage.cpp */; };
|
||||
DDE3A8800E90D1BF00A363A7 /* client_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDE3A87F0E90D1BF00A363A7 /* client_state.cpp */; };
|
||||
DDE3A8810E90D21A00A363A7 /* sandbox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD80C83D0CBAEB4F00F1121D /* sandbox.cpp */; };
|
||||
DDE3A8850E90D23400A363A7 /* scheduler_op.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDE3A8840E90D23400A363A7 /* scheduler_op.cpp */; };
|
||||
|
@ -838,6 +839,8 @@
|
|||
DDD52DC90C03CAE6009B5FC0 /* ViewWork.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ViewWork.h; path = ../clientgui/ViewWork.h; sourceTree = SOURCE_ROOT; };
|
||||
DDD74D8707CF482E0065AC9D /* boinc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = boinc; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
DDDC70430C7A86A200179273 /* Uninstaller.rsrc */ = {isa = PBXFileReference; lastKnownFileType = archive.rsrc; name = Uninstaller.rsrc; path = ../mac_installer/Uninstaller.rsrc; sourceTree = SOURCE_ROOT; };
|
||||
DDDE43B00EC04C1800083520 /* DlgExitMessage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DlgExitMessage.cpp; path = ../clientgui/DlgExitMessage.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DDDE43B80EC04C3C00083520 /* DlgExitMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DlgExitMessage.h; path = ../clientgui/DlgExitMessage.h; sourceTree = SOURCE_ROOT; };
|
||||
DDE2552B07C62F3E008E7D6E /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
|
||||
DDE3A87F0E90D1BF00A363A7 /* client_state.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = client_state.cpp; sourceTree = "<group>"; };
|
||||
DDE3A8840E90D23400A363A7 /* scheduler_op.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scheduler_op.cpp; sourceTree = "<group>"; };
|
||||
|
@ -1200,6 +1203,8 @@
|
|||
DDFE84E20B60CD66009B43D9 /* DlgAdvPreferences.h */,
|
||||
DDFE84E30B60CD66009B43D9 /* DlgAdvPreferencesBase.cpp */,
|
||||
DDFE84E40B60CD66009B43D9 /* DlgAdvPreferencesBase.h */,
|
||||
DDDE43B00EC04C1800083520 /* DlgExitMessage.cpp */,
|
||||
DDDE43B80EC04C3C00083520 /* DlgExitMessage.h */,
|
||||
DDC63EEF0985B89600383FD2 /* DlgGenericMessage.cpp */,
|
||||
DDC63EF00985B89600383FD2 /* DlgGenericMessage.h */,
|
||||
DDCF84060E1B7C0A005EDC45 /* DlgItemProperties.cpp */,
|
||||
|
@ -2304,6 +2309,7 @@
|
|||
DDC3D55E0D507D1700BE6D23 /* BOINCClientManager.cpp in Sources */,
|
||||
DDCF84080E1B7C0A005EDC45 /* DlgItemProperties.cpp in Sources */,
|
||||
DDC132F30E2DAB1B0014D305 /* AsyncRPC.cpp in Sources */,
|
||||
DDDE43B10EC04C1800083520 /* DlgExitMessage.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue