diff options
author | Sven Gothel <[email protected]> | 2011-08-22 19:58:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-22 19:58:51 +0200 |
commit | 28a22e1007a5d5e418177e7f79b17e606d02d3b1 (patch) | |
tree | 32999eaf738db6c1532802de4aa7873c76b55640 | |
parent | 86001cfd6ce06d45e9890e4739a5c2216b356bf5 (diff) |
-rw-r--r-- | nbproject/project.properties | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 2460214..ed2759c 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -39,8 +39,6 @@ jar.compress=false javac.classpath=\ ${reference.jocl.jar}:\ ${file.reference.jogl.all.jar}:\ - ${file.reference.newt.all.jar}:\ - ${file.reference.nativewindow.all.jar}:\ ${file.reference.gluegen-rt.jar} # Space-separated list of extra javac options javac.compilerargs= @@ -73,9 +71,7 @@ platform.active=default_platform project.jocl=${jocl.root} reference.jocl.jar=${jocl.root}/dist/jocl.jar file.reference.gluegen-rt.jar=${gluegen.root}/${rootrel.build}/gluegen-rt.jar -file.reference.jogl.all.jar=${jogl.root}/${rootrel.build}/jogl/jogl.all.jar -file.reference.nativewindow.all.jar=${jogl.root}/${rootrel.build}/nativewindow/nativewindow.all.jar -file.reference.newt.all.jar=${jogl.root}/${rootrel.build}/newt/newt.all.jar +file.reference.jogl.all.jar=${jogl.root}/${rootrel.build}/jar/jogl.all.jar run.classpath=\ ${javac.classpath}:\ @@ -86,9 +82,7 @@ run.classpath=\ #-verbose:jni -Xcheck:jni run.jvmargs=-Djava.library.path="\ ${jocl.root}/${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}:\ @@ -105,4 +99,4 @@ jocl_demos_base_version=0.9 #jnlp codebases #jocl.codepase=file:../../jocl/dist/ #jogl.codepase=http://jogamp.org/deployment/webstart-next -#jocl-demos.codepase=
\ No newline at end of file +#jocl-demos.codepase= |