svn path=/trunk/boinc/; revision=22006

This commit is contained in:
Tuan Le 2010-07-19 20:28:39 +00:00
parent f5d95ecd53
commit c9cd37c44c
1 changed files with 1 additions and 1 deletions

View File

@ -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)