- client: rename coproc_detect.cpp to gpu_detect.cpp

svn path=/trunk/boinc/; revision=25772
This commit is contained in:
David Anderson 2012-06-18 20:14:21 +00:00
parent 5e61c29cc3
commit 2ccefde745
4 changed files with 8 additions and 1 deletions

View File

@ -4398,3 +4398,10 @@ David 18 June 2012
gpu_nvidia.cpp (new)
coproc_detect.cpp
Makefile.am
David 18 June 2012
- client: rename coproc_detect.cpp to gpu_detect.cpp
client/
gpu_detect.cpp,h
Makefile.am

View File

@ -41,7 +41,6 @@ boinc_client_SOURCES = \
client_msgs.cpp \
client_state.cpp \
client_types.cpp \
coproc_detect.cpp \
cpu_sched.cpp \
cs_account.cpp \
cs_apps.cpp \
@ -61,6 +60,7 @@ boinc_client_SOURCES = \
file_names.cpp \
file_xfer.cpp \
gpu_amd.cpp \
gpu_detect.cpp \
gpu_nvidia.cpp \
gpu_opencl.cpp \
gui_http.cpp \