mirror of https://github.com/BOINC/boinc.git
- client: rename coproc_detect.cpp to gpu_detect.cpp
svn path=/trunk/boinc/; revision=25772
This commit is contained in:
parent
5e61c29cc3
commit
2ccefde745
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue