From dc0cd9f956022eec3ebf9958356293246633a7f5 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 16 Feb 2010 02:42:12 +0000 Subject: [PATCH] Mac wrapper: add build script and make file to buuild wrapper on Mac svn path=/trunk/boinc/; revision=20583 --- samples/wrapper/Makefile_mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/wrapper/Makefile_mac b/samples/wrapper/Makefile_mac index 359c7a439a..1255a06b6a 100644 --- a/samples/wrapper/Makefile_mac +++ b/samples/wrapper/Makefile_mac @@ -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) \