Mac wrapper: add build script and make file to buuild wrapper on Mac

svn path=/trunk/boinc/; revision=20583
This commit is contained in:
Charlie Fenton 2010-02-16 02:42:12 +00:00
parent 21a18b7045
commit dc0cd9f956
1 changed files with 1 additions and 1 deletions

View File

@ -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) \