summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-08 16:15:15 +0100
committerMichael Bien <[email protected]>2010-03-08 16:15:15 +0100
commitc77d94f00de586f3ffa54312dd752650a6ff4d7b (patch)
tree3f5842ee6f83f33dcbe9274c42a3448103953e82 /build.xml
parent63a97ef2af4e97ec077d48edd62c41dc2d17eb14 (diff)
added new cl_gl_ext.h headerfile and enabled automatic updates.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 924c2e58..702dbd50 100644
--- a/build.xml
+++ b/build.xml
@@ -202,6 +202,7 @@
<!-- download new headers from OpenCL registry if necessary -->
<update-headers header="${headers.orig}/cl.h" url="${registry.url}cl.h"/>
<update-headers header="${headers.orig}/cl_gl.h" url="${registry.url}cl_gl.h"/>
+ <update-headers header="${headers.orig}/cl_gl_ext.h" url="${registry.url}cl_gl_ext.h"/>
<update-headers header="${headers.orig}/cl_ext.h" url="${registry.url}cl_ext.h"/>
<update-headers header="${headers.orig}/cl_platform.h" url="${registry.url}cl_platform.h"/>
@@ -218,6 +219,7 @@
<!--nothing to uncomment in this 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>