diff options
author | Michael Bien <[email protected]> | 2010-02-21 00:37:34 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-02-21 00:37:34 +0100 |
commit | b014104bc4d2c7b05767bf5364b8b972474850d1 (patch) | |
tree | 8f5b7a4a99c7eb4ed6f61d1f50753503dc64b863 /build.xml | |
parent | 47ce642729bbc1dc5cee7032d3b3d84cb9b82eca (diff) |
added custom cl_vendor_ext.h with a set of NV vendor extensions which are not yet in the official headers.
updated CLException with CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR cause.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -218,6 +218,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_vendor_ext.h" toDir="${headers.dest}" overwrite="true"/> </target> |