diff options
author | Sven Gothel <[email protected]> | 2011-10-18 17:13:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-18 17:13:51 +0200 |
commit | 70407434fd4cd205b127ed7d73832eb0b3d01263 (patch) | |
tree | af0ac1f9035aa63eb901f56ef32d7f6178cd5fa4 /nbproject/project.properties | |
parent | e85d4df16b980993b61b7c165afdedc65ec9bda0 (diff) |
split solaris 32bit (x86/sparc), use jvmDataModel.arg set by gluegenv2.0-rc4
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r-- | nbproject/project.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 022451f3..5d0b8189 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -80,7 +80,7 @@ run.classpath=\ # Space-separated list of JVM arguments used when running the project # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value # or test-sys-prop.name=value to set system properties for unit tests): -run.jvmargs=-Xmx256m -Djava.library.path=\ +run.jvmargs=${jvmDataModel.arg} -Xmx256m -Djava.library.path=\ "${basedir}/${rootrel.build}/natives/jocl${path.separator}\ ${jogl.root}/${rootrel.build}/lib${path.separator}\ ${gluegen.root}/${rootrel.build}/obj" |