- 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:
Reinhard Prix 2006-01-30 13:19:32 +00:00
parent 51b3620225
commit 6721a5191a
2 changed files with 8 additions and 2 deletions

View File

@ -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"

View File

@ -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 =