OpenCL sample app: fixes for compatibility with Xcode 6

This commit is contained in:
Charlie Fenton 2015-04-14 07:16:06 -07:00
parent cbc4fb5b1f
commit c5dad5dd21
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
# cd to the boinc/samples/openclapp directory # cd to the boinc/samples/openclapp directory
# make -f Makefile_mac [clean] all # make -f Makefile_mac [clean] all
# #
# Updated 4/14/15 for compatibility with Xcode 6
BOINC_DIR = ../.. BOINC_DIR = ../..
@ -10,8 +11,10 @@ BOINC_API_DIR = $(BOINC_DIR)/api
BOINC_LIB_DIR = $(BOINC_DIR)/lib BOINC_LIB_DIR = $(BOINC_DIR)/lib
BOINC_BUILD_DIR = $(BOINC_DIR)/mac_build/build/Deployment BOINC_BUILD_DIR = $(BOINC_DIR)/mac_build/build/Deployment
BOINC_MAC_CONFIG_DIR = $(BOINC_DIR)/clientgui/mac BOINC_MAC_CONFIG_DIR = $(BOINC_DIR)/clientgui/mac
FRAMEWORKS_DIR = /System/Library/Frameworks
CXXFLAGS = -g \ CXXFLAGS = -g \
-stdlib=libstdc++ \
-I$(BOINC_DIR) \ -I$(BOINC_DIR) \
-I$(BOINC_LIB_DIR) \ -I$(BOINC_LIB_DIR) \
-I$(BOINC_API_DIR) \ -I$(BOINC_API_DIR) \