summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-02-21 00:07:44 +0100
committerMichael Bien <[email protected]>2010-02-21 00:07:44 +0100
commit47ce642729bbc1dc5cee7032d3b3d84cb9b82eca (patch)
tree776c22f2df072890bdfc9c29fea844c4450e4eaa /build.xml
parentca5cc5ab7ce9ccd0351ae4d936cab85f8cdcc889 (diff)
enabled automatic download of cl_ext.h in build.
enabled CL_PLATFORM_NOT_FOUND_KHR exception cause (OpenCL headers have been fixed).
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index bb2df2fe..4d7f0cf7 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_ext.h" url="${registry.url}cl_ext.h"/>
<update-headers header="${headers.orig}/cl_platform.h" url="${registry.url}cl_platform.h"/>
</target>