From 46cc6ebfb2f53daebceb9a36b553ff01af56999f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 17 Feb 2014 05:03:54 +0100 Subject: build.xml: Don't re-generate source (gluegen) if CLAbstractImpl_JNI.c uptodate (use java.generate.skip); Put native code on gensrc/native/jocl --- make/config/cl-common.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/config') diff --git a/make/config/cl-common.cfg b/make/config/cl-common.cfg index d89643b9..8e1adf16 100644 --- a/make/config/cl-common.cfg +++ b/make/config/cl-common.cfg @@ -1,5 +1,5 @@ JavaOutputDir gensrc/java -NativeOutputDir gensrc/native +NativeOutputDir gensrc/native/jocl Package com.jogamp.opencl.llb -- cgit v1.2.3