mirror of https://github.com/BOINC/boinc.git
Mac wrapper: add build script and make file to buuild wrapper on Mac
svn path=/trunk/boinc/; revision=20583
This commit is contained in:
parent
21a18b7045
commit
dc0cd9f956
|
@ -9,10 +9,10 @@ BOINC_CONFIG_DIR = $(BOINC_DIR)/clientgui/mac
|
|||
|
||||
CXXFLAGS = $(VARIANTFLAGS) \
|
||||
-g \
|
||||
-I$(BOINC_CONFIG_DIR) \
|
||||
-I$(BOINC_DIR) \
|
||||
-I$(BOINC_LIB_DIR) \
|
||||
-I$(BOINC_API_DIR) \
|
||||
-I$(BOINC_CONFIG_DIR) \
|
||||
-L$(BOINC_API_DIR) \
|
||||
-L$(BOINC_LIB_DIR) \
|
||||
-L$(BOINC_BUILD_DIR) \
|
||||
|
|
Loading…
Reference in New Issue