summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-07 18:54:46 +0100
committerMichael Bien <[email protected]>2010-11-15 16:09:38 +0100
commit7abe02d2b4de881c8af35331050b1e76d3c80a00 (patch)
tree65b78a3e43703dc7a4df750831baefe7d84999f2 /build.xml
parente98aa3caa114133080e4e1668bfa4c828d5c42bf (diff)
Debugging new gluegen stuff ..
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 8d5975db..39dbda86 100644
--- a/build.xml
+++ b/build.xml
@@ -43,9 +43,11 @@
config="resources/cl-if.cfg"
includeRefid="jocl.include.path"
emitter="com.jogamp.gluegen.JavaEmitter"
+ dumpCPP="true"
debug="false">
<classpath refid="gluegen.classpath" />
</gluegen>
+ <fail/>
<echo message="generate CLGLI interface..."/>
<gluegen src="resources/opencl.h"