diff options
-rw-r--r-- | build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |