aboutsummaryrefslogtreecommitdiffstats
path: root/nbproject/project.properties
diff options
context:
space:
mode:
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r--nbproject/project.properties11
1 files changed, 10 insertions, 1 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties
index 204a0320..cda7bf22 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -21,14 +21,23 @@ dist.dir=dist
dist.jar=${dist.dir}/jocl.jar
dist.javadoc.dir=${dist.dir}/javadoc
excludes=
+
#default value, overwrite this or pass it as -D ant property if required
gluegen.root=../gluegen
+jogl.root=../jogl
file.reference.gluegen-rt.jar=${gluegen.root}/build/gluegen-rt.jar
file.reference.gluegen.jar=${gluegen.root}/build/gluegen.jar
+file.reference.jogl.all.jar=${jogl.root}/build/jogl/jogl.all.jar
+file.reference.nativewindow.all.jar=${jogl.root}/build/nativewindow/nativewindow.all.jar
+file.reference.newt.all.jar=${jogl.root}/build/newt/newt.all.jar
+
includes=**
jar.compress=false
javac.classpath=\
- ${file.reference.gluegen-rt.jar}
+ ${file.reference.gluegen-rt.jar}:\
+ ${file.reference.jogl.all.jar}:\
+ ${file.reference.newt.all.jar}:\
+ ${file.reference.nativewindow.all.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=true