mirror of https://github.com/BOINC/boinc.git
Eliminate redundant cl.h and clpatform.h in lib/ directory
svn path=/trunk/boinc/; revision=23308
This commit is contained in:
parent
34ff45d8bc
commit
c0579f8ba8
|
@ -25,6 +25,8 @@ AM_CPPFLAGS = \
|
|||
-I$(top_srcdir)/tools \
|
||||
-I$(top_srcdir)/sched \
|
||||
-I$(top_srcdir)/lib/mac \
|
||||
-I$(top_srcdir)/coprocs/NVIDIA/include \
|
||||
-I$(top_srcdir)/coprocs/OpenCL/include \
|
||||
$(PTHREAD_CFLAGS)
|
||||
|
||||
AM_CFLAGS =
|
||||
|
|
|
@ -2019,13 +2019,17 @@ Charlie 31 Mar 2011
|
|||
to coprocs/NVIDIA/.
|
||||
- Eliminate redundant cl.h and clpatform.h in lib/ directory because
|
||||
Rom has added them to new coprocs/OpenCL/include/ directory.
|
||||
NOTE: It is risky to haev multiple copies of the same file in the same
|
||||
NOTE: It is risky to have multiple copies of the same file in the same
|
||||
source tree, as they can easily get out of sync.
|
||||
|
||||
Makefile.incl
|
||||
lib/
|
||||
coproc.h
|
||||
cl.h (deleted)
|
||||
cl_platform.h (deleted)
|
||||
mac_build/
|
||||
boinc.xcodeproj/
|
||||
project.pbxproj
|
||||
win_build/
|
||||
boinc_cli.vcproj
|
||||
boinc_os_ss.vcproj
|
||||
|
|
|
@ -958,8 +958,8 @@
|
|||
DDD52DC70C03CAE6009B5FC0 /* ViewTransfers.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ViewTransfers.h; path = ../clientgui/ViewTransfers.h; sourceTree = SOURCE_ROOT; };
|
||||
DDD52DC80C03CAE6009B5FC0 /* ViewWork.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ViewWork.cpp; path = ../clientgui/ViewWork.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DDD52DC90C03CAE6009B5FC0 /* ViewWork.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ViewWork.h; path = ../clientgui/ViewWork.h; sourceTree = SOURCE_ROOT; };
|
||||
DDD603E6133B475E00B886A4 /* cl_platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cl_platform.h; path = ../lib/cl_platform.h; sourceTree = SOURCE_ROOT; };
|
||||
DDD603E7133B475E00B886A4 /* cl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cl.h; path = ../lib/cl.h; sourceTree = SOURCE_ROOT; };
|
||||
DDD603E6133B475E00B886A4 /* cl_platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cl_platform.h; path = ../coprocs/OpenCL/include/cl_platform.h; sourceTree = SOURCE_ROOT; };
|
||||
DDD603E7133B475E00B886A4 /* cl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cl.h; path = ../coprocs/OpenCL/include/cl.h; sourceTree = SOURCE_ROOT; };
|
||||
DDD74D8707CF482E0065AC9D /* boinc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = boinc; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
DDD9C59210CCF54300A1E4CD /* coproc_detect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = coproc_detect.cpp; path = ../client/coproc_detect.cpp; sourceTree = SOURCE_ROOT; };
|
||||
DDDD6D7E12E4611300C258A0 /* sg_ProjectPanel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sg_ProjectPanel.cpp; path = ../clientgui/sg_ProjectPanel.cpp; sourceTree = SOURCE_ROOT; };
|
||||
|
|
Loading…
Reference in New Issue