summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2009-09-19 04:34:39 +0200
committerMichael Bien <[email protected]>2009-09-19 04:34:39 +0200
commit8a876cce10aa358ff041a95e5a7a173dc6be3e52 (patch)
tree15a62dfc201d56c2e322f66ab9d886d16515dc9c /build.xml
parentd31496fc6c4d1e246cfd53beb438312d16f8d582 (diff)
introduced CLGLI interface for OpenCL-OpenGL Interoperability
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 1262849e..d66e7b84 100644
--- a/build.xml
+++ b/build.xml
@@ -34,6 +34,16 @@
</dirset>
<echo message=" - - - generate JOCL java files - - - "/>
+
+ <echo message="generate CLGL interface..."/>
+ <gluegen src="resources/opencl.h"
+ config="resources/clgl-if.cfg"
+ includeRefid="jocl.include.path"
+ emitter="com.sun.gluegen.JavaEmitter">
+ <classpath refid="gluegen.classpath" />
+ </gluegen>
+
+ <echo message="generate GLImpl..."/>
<gluegen src="resources/opencl.h"
config="resources/OpenCL.cfg"
includeRefid="jocl.include.path"