From 0ac4a12fb74de16f41ee9ad46e917b45523bbac4 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Wed, 23 Sep 2009 01:32:54 +0200 Subject: splitted binding in core (CL) and CL-GL interop. (CLGLI) began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers --- nbproject/project.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nbproject') diff --git a/nbproject/project.properties b/nbproject/project.properties index 83e4d1cb..67e2f346 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -21,6 +21,7 @@ dist.dir=dist dist.jar=${dist.dir}/JOCL.jar dist.javadoc.dir=${dist.dir}/javadoc excludes= +file.reference.gluegen-rt.jar=../gluegen/build/gluegen-rt.jar file.reference.gluegen.jar=../gluegen/build/gluegen.jar includes=** jar.compress=false @@ -58,7 +59,8 @@ meta.inf.dir=${src.dir}/META-INF platform.active=default_platform run.classpath=\ ${javac.classpath}:\ - ${build.classes.dir} + ${build.classes.dir}:\ + ${file.reference.gluegen-rt.jar} # Space-separated list of JVM arguments used when running the project # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value # or test-sys-prop.name=value to set system properties for unit tests): -- cgit v1.2.3