mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=22006
This commit is contained in:
parent
f5d95ecd53
commit
c9cd37c44c
|
@ -10,7 +10,6 @@ CXXFLAGS = -g \
|
||||||
-I$(BOINC_API_DIR) \
|
-I$(BOINC_API_DIR) \
|
||||||
-I ../../../ati-stream-sdk-v2.1-lnx32/include \
|
-I ../../../ati-stream-sdk-v2.1-lnx32/include \
|
||||||
-lpthread \
|
-lpthread \
|
||||||
-lOpenCL \
|
|
||||||
-L.
|
-L.
|
||||||
|
|
||||||
PROGS = atiopencl \
|
PROGS = atiopencl \
|
||||||
|
@ -30,6 +29,7 @@ install: atiopencl
|
||||||
|
|
||||||
atiopencl: atiopencl.o libstdc++.a
|
atiopencl: atiopencl.o libstdc++.a
|
||||||
$(CXX) $(CXXFLAGS) -o atiopencl atiopencl.o libstdc++.a \
|
$(CXX) $(CXXFLAGS) -o atiopencl atiopencl.o libstdc++.a \
|
||||||
|
-lOpenCL -L../../../ati-stream-sdk-v2.1-lnx32/lib/x86 \
|
||||||
-lboinc_api -L$(BOINC_API_DIR) \
|
-lboinc_api -L$(BOINC_API_DIR) \
|
||||||
-lboinc -L$(BOINC_LIB_DIR)
|
-lboinc -L$(BOINC_LIB_DIR)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue