aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorWade Walker <[email protected]>2015-04-22 19:33:55 -0500
committerWade Walker <[email protected]>2015-11-08 14:05:27 -0600
commit2cef8bb275deb1e003c9c4b0e911cdc0195970d7 (patch)
treebfee9c73ea93634db33e510ea83bf3f08f416c8f /make/build.xml
parentbaef9bd212f6f7c24185254ba1755d3d83c057f9 (diff)
Upgrade OpenCL headers to standard Khronos version 1.1
They were previously a pre-release version of 1.1 that had some manual changes and upgrades. This moves to the canonical versions downloaded from khronos.org.
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 459f1a2c..6f889476 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -178,7 +178,7 @@
<!-- Directories used for OpenCL header file preprocessing. -->
<property name="etc.build.dir" value="${build}/etc" />
- <property name="headers.orig" value="${stub.includes}/CL_orig" />
+ <property name="headers.orig" value="${stub.includes}/CL11" />
<property name="headers.dest" value="${gen.includes}/CL" />
<!-- The headers from which Java files are generated -->
@@ -186,7 +186,7 @@
<include name="${gen.includes.dir}"/>
</dirset>
<fileset id="stub.includes.dependencies.fileset.1" dir="${stub.includes.dir}">
- <include name="CL_orig/**" />
+ <include name="CL11/**" />
<include name="GL3/**" />
</fileset>
<fileset id="stub.includes.dependencies.fileset.2" dir="${gen.includes.dir}">