aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorWade Walker <[email protected]>2015-04-14 20:06:43 -0500
committerWade Walker <[email protected]>2015-11-08 14:05:27 -0600
commitbaef9bd212f6f7c24185254ba1755d3d83c057f9 (patch)
treec365c60e9a2200931cc66f0a00fb17e10d025fdf /make/build.xml
parent394af6f8b0c648ff9d8005157dd47cb7968a0b12 (diff)
Remove unused file cl_render_ext.h
This originally held definitions that hadn't been finalized before the release of OpenGL 1.1, but later those were put in the normal set of header files, making this file redundant.
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 3ea679ac..459f1a2c 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -366,11 +366,10 @@
<uncomment-function-params src="${basedir}/${headers.orig}/cl.h" dest="${basedir}/${headers.dest}/cl.h"/>
<uncomment-function-params src="${basedir}/${headers.orig}/cl_gl.h" dest="${basedir}/${headers.dest}/cl_gl.h"/>
- <!--nothing to uncomment in this headers-->
+ <!--nothing to uncomment in these headers-->
<copy file="${headers.orig}/cl_platform.h" toDir="${headers.dest}" overwrite="true"/>
<copy file="${headers.orig}/cl_ext.h" toDir="${headers.dest}" overwrite="true"/>
<copy file="${headers.orig}/cl_gl_ext.h" toDir="${headers.dest}" overwrite="true"/>
- <copy file="${headers.orig}/cl_vendor_ext.h" toDir="${headers.dest}" overwrite="true"/>
</target>
<!--