mirror of https://github.com/BOINC/boinc.git
OpenCL sample app: fixes for compatibility with Xcode 6
This commit is contained in:
parent
cbc4fb5b1f
commit
c5dad5dd21
|
@ -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) \
|
||||||
|
|
Loading…
Reference in New Issue