diff options
author | Michael Bien <[email protected]> | 2010-04-24 05:01:43 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-24 05:01:43 +0200 |
commit | 7543640d906f7ae2339faa40d0fc019c7a787593 (patch) | |
tree | 584d9f0624f35bfa07c067d90c962210e348995b /nbproject/project.properties | |
parent | bec58034b631656d3ec436ea350fa1652a8f9195 (diff) |
CLGLContext.create() makes GLContext current.
made CLContext.release() more bulletproof.
added CLGLTest.
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r-- | nbproject/project.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 48b609e8..eca8446b 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -86,6 +86,9 @@ run.classpath=\ # or test-sys-prop.name=value to set system properties for unit tests): run.jvmargs=-Xmx256m -Djava.library.path=\ "${basedir}/${rootrel.build}/natives/jocl${path.separator}\ + ${jogl.root}/${rootrel.build}/jogl/obj${path.separator}\ + ${jogl.root}/${rootrel.build}/nativewindow/obj${path.separator}\ + ${jogl.root}/${rootrel.build}/newt/obj${path.separator}\ ${gluegen.root}/${rootrel.build}/obj" run.test.classpath=\ ${javac.test.classpath}:\ |