mirror of https://github.com/BOINC/boinc.git
- update boincmgr build for MacOSX: add Mac_GUI.cpp, MacGUI.pch and Security.framework
svn path=/trunk/boinc/; revision=9344
This commit is contained in:
parent
51b3620225
commit
6721a5191a
|
@ -21,6 +21,10 @@
|
|||
#pragma implementation "MainFrame.h"
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include "mac/MacGUI.pch"
|
||||
#endif
|
||||
|
||||
#include "stdwx.h"
|
||||
#include "hyperlink.h"
|
||||
#include "network.h"
|
||||
|
|
|
@ -7,11 +7,13 @@ LIBS += @CLIENTLIBS@
|
|||
|
||||
|
||||
if OS_DARWIN
|
||||
LIBS += -framework IOKit -framework Foundation -framework ScreenSaver -framework Cocoa
|
||||
LIBS += -framework IOKit -framework Foundation -framework ScreenSaver -framework Cocoa -framework Security
|
||||
mac_sources = mac/SystemMenu.m \
|
||||
mac/mac_saver_module.cpp \
|
||||
mac/Mac_Saver_ModuleView.m \
|
||||
mac/MacSysMenu.cpp
|
||||
mac/MacSysMenu.cpp \
|
||||
mac/Mac_GUI.cpp
|
||||
|
||||
mac_headers = mac/*.h
|
||||
else
|
||||
mac_headers =
|
||||
|
|
Loading…
Reference in New Issue