mirror of https://github.com/BOINC/boinc.git
Mac: add new source files coproc_sched.cpp, coproc_sched.h to Xcode project
This commit is contained in:
parent
e5810f3061
commit
978b41f4b4
|
@ -178,6 +178,7 @@
|
|||
DD52C81408B5D484008D9AA4 /* network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD6D0A8507E9A61B007F882B /* network.cpp */; };
|
||||
DD531BC60C193D3800742E50 /* MacInstaller.icns in Resources */ = {isa = PBXBuildFile; fileRef = DD531BC50C193D3800742E50 /* MacInstaller.icns */; };
|
||||
DD531BC80C193D5200742E50 /* MacUninstaller.icns in Resources */ = {isa = PBXBuildFile; fileRef = DD531BC70C193D5200742E50 /* MacUninstaller.icns */; };
|
||||
DD55AF6D1916248200259439 /* coproc_sched.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD55AF6B1916248200259439 /* coproc_sched.cpp */; };
|
||||
DD5BF77D0D4F3D0C00EDF980 /* mac_icon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD6381450870DB78007A2F8E /* mac_icon.cpp */; };
|
||||
DD5FE1B517828887003339DF /* translate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDF9350F176B0D0C00A2793C /* translate.cpp */; };
|
||||
DD6381F90870DD83007A2F8E /* make_app_icon_h.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD6381F80870DD83007A2F8E /* make_app_icon_h.cpp */; };
|
||||
|
@ -847,6 +848,8 @@
|
|||
DD4E704A0BCDAC360010A522 /* browser.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = browser.h; path = ../clientgui/browser.h; sourceTree = SOURCE_ROOT; };
|
||||
DD531BC50C193D3800742E50 /* MacInstaller.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = MacInstaller.icns; path = ../clientgui/res/MacInstaller.icns; sourceTree = SOURCE_ROOT; };
|
||||
DD531BC70C193D5200742E50 /* MacUninstaller.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = MacUninstaller.icns; path = ../clientgui/res/MacUninstaller.icns; sourceTree = SOURCE_ROOT; };
|
||||
DD55AF6B1916248200259439 /* coproc_sched.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = coproc_sched.cpp; sourceTree = "<group>"; };
|
||||
DD55AF6C1916248200259439 /* coproc_sched.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = coproc_sched.h; sourceTree = "<group>"; };
|
||||
DD58C41808F3343F00C1DF66 /* AccountInfoPage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = AccountInfoPage.cpp; path = ../clientgui/AccountInfoPage.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DD58C41908F3343F00C1DF66 /* AccountInfoPage.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AccountInfoPage.h; path = ../clientgui/AccountInfoPage.h; sourceTree = SOURCE_ROOT; };
|
||||
DD58C41C08F3343F00C1DF66 /* AccountManagerInfoPage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = AccountManagerInfoPage.cpp; path = ../clientgui/AccountManagerInfoPage.cpp; sourceTree = SOURCE_ROOT; };
|
||||
|
@ -1875,12 +1878,14 @@
|
|||
DDA1F1EC126D105B005EFFEB /* current_version.cpp */,
|
||||
DDA1F1ED126D105B005EFFEB /* current_version.h */,
|
||||
DD69FEF608416C9A00C01361 /* boinc_cmd.cpp */,
|
||||
DD55AF6B1916248200259439 /* coproc_sched.cpp */,
|
||||
DD55AF6C1916248200259439 /* coproc_sched.h */,
|
||||
DD81C3D507C5CEB50098A04D /* cpp.h */,
|
||||
DD344B7F07C5ADC30043025C /* cs_benchmark.cpp */,
|
||||
DD16BF8F099D6CE5003E4B69 /* cpu_benchmark.h */,
|
||||
DD16BF7B099D6C90003E4B69 /* cpu_sched.cpp */,
|
||||
DD344B7907C5AD970043025C /* cs_account.cpp */,
|
||||
F54B8FC702AC0A0C01FB7237 /* cs_apps.cpp */,
|
||||
DD344B7F07C5ADC30043025C /* cs_benchmark.cpp */,
|
||||
DD344B8507C5ADE70043025C /* cs_cmdline.cpp */,
|
||||
F54B8FC802AC0A0C01FB7237 /* cs_files.cpp */,
|
||||
DDE1372810DC5E5300161D6B /* cs_notice.cpp */,
|
||||
|
@ -3285,6 +3290,7 @@
|
|||
DD76BF9517CB45D20075936D /* opencl_boinc.cpp in Sources */,
|
||||
DD6A829C181103990037172D /* thread.cpp in Sources */,
|
||||
DDDC2055183B560B00CB5845 /* mac_address.cpp in Sources */,
|
||||
DD55AF6D1916248200259439 /* coproc_sched.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue