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 ../../../ati-stream-sdk-v2.1-lnx32/include \
|
||||
-lpthread \
|
||||
-lOpenCL \
|
||||
-L.
|
||||
|
||||
PROGS = atiopencl \
|
||||
|
@ -30,6 +29,7 @@ install: atiopencl
|
|||
|
||||
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 -L$(BOINC_LIB_DIR)
|
||||
|
||||
|
|
Loading…
Reference in New Issue