diff options
author | Sven Gothel <[email protected]> | 2011-08-22 19:57:44 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-22 19:57:44 +0200 |
commit | 3a6e5efa644ce9496dba73b5cb1d1e10b3d5422f (patch) | |
tree | 1489b083f6e93b981e979ab502e65f2fbd1afaaa | |
parent | d94a3cf5d3ce1984a0a2c488fa5020a936225ba5 (diff) |
Use JOGL's all lib path (native DSOs)
-rw-r--r-- | nbproject/project.properties | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 65499e44..022451f3 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -82,9 +82,7 @@ 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}\ + ${jogl.root}/${rootrel.build}/lib${path.separator}\ ${gluegen.root}/${rootrel.build}/obj" run.test.classpath=\ ${javac.test.classpath}:\ |