diff options
author | Michael Bien <[email protected]> | 2010-01-02 00:15:55 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-01-02 00:15:55 +0100 |
commit | a5efe050242d1d6a45e03fcac1763ff90877e322 (patch) | |
tree | b8135791915083d1e36b383a182f2973927c8ead /nbproject/project.properties | |
parent | 72203a5d1f8896463ded10d1b21ca116621d1900 (diff) |
introduced CLGLContext, refactored dependencies, cleanup in opencl code.
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r-- | nbproject/project.properties | 11 |
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 |