mirror of https://github.com/BOINC/boinc.git
- win compile fixes
svn path=/trunk/boinc/; revision=25774
This commit is contained in:
parent
b050deecf7
commit
5cf6321b67
|
@ -4415,3 +4415,11 @@ David 18 June 2012
|
|||
gpu_nvidia.cpp
|
||||
lib/
|
||||
coproc.cpp,h
|
||||
|
||||
David 18 June 2012
|
||||
- win compile fixes
|
||||
|
||||
client/
|
||||
gpu_nvidia.cpp
|
||||
win_build/
|
||||
boinc_cli.vcproj
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#include "boinc_win.h"
|
||||
#include "nvapi.h"
|
||||
#else
|
||||
#ifdef __APPLE__
|
||||
// Suppress obsolete warning when building for OS 10.3.9
|
||||
|
|
|
@ -607,10 +607,6 @@
|
|||
RelativePath="..\Client\client_types.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\client\coproc_detect.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\client\cpu_sched.cpp"
|
||||
>
|
||||
|
@ -683,6 +679,22 @@
|
|||
RelativePath="..\Client\file_xfer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\client\gpu_amd.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\client\gpu_detect.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\client\gpu_nvidia.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\client\gpu_opencl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\client\gui_http.cpp"
|
||||
>
|
||||
|
@ -860,6 +872,10 @@
|
|||
RelativePath="..\client\file_xfer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\client\gpu_detect.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\client\gui_http.h"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue