aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorWade Walker <[email protected]>2015-09-12 14:28:16 -0500
committerWade Walker <[email protected]>2015-11-08 14:05:29 -0600
commit9a90181ed1fb596275fee9ebca0f3d1093722ca9 (patch)
treed9fbcc4fbb6c54bae64e5c0160f3a28a2ca0e934 /make/build.xml
parente56a17d6d7780b8597c78ce50808c8da68d094b5 (diff)
Add explicit version number to original CL impl classes.
This makes all three versions (1.1, 1.2, and 2.0) use the same naming convention, and sets me up to use the unversioned name to factor out code common to all three.
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index cbe251a5..b1bb7091 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -556,7 +556,7 @@
<echo message="Generating CLAbstractImpl.java, CLAbstractImpl_JNI.c, and CLProcAddressTable.java for OpenCL version 1.1"/>
<gluegen src="${stub.includes}/opencl.h"
outputRootDir="${build}"
- config="${config}/cl-impl.cfg"
+ config="${config}/cl-impl-11.cfg"
includeRefid="stub.includes.fileset.all.11"
literalInclude="${stub.includes.gluegen.all}"
emitter="com.jogamp.gluegen.procaddress.ProcAddressEmitter"