diff options
author | Sven Gothel <[email protected]> | 2012-10-16 15:10:52 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-16 15:10:52 +0200 |
commit | 69a13e7d8429c5f51df5d486b53ba7c7eeede120 (patch) | |
tree | ff6c2c4cac4abeb2f5665feb7e329d8e9ca5f536 /scripts/Jake2.bat | |
parent | e142788fe2f8a27f1ac4febcead1b1564a0116cc (diff) |
Fix build of dist: remove lwjgl, use jogamp lib location, fix scripts
Diffstat (limited to 'scripts/Jake2.bat')
-rw-r--r-- | scripts/Jake2.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Jake2.bat b/scripts/Jake2.bat index bc8da76..96074bd 100644 --- a/scripts/Jake2.bat +++ b/scripts/Jake2.bat @@ -1,4 +1,4 @@ @echo off SET PATH=lib\windows;%PATH% -SET CP=lib/jake2.jar;lib/jogl.jar;lib/joal.jar;lib/gluegen-rt.jar -start javaw -Xmx100M -Dsun.java2d.noddraw=true -Djava.library.path=lib/windows -cp %CP% jake2.Jake2
\ No newline at end of file +SET CP=lib/jogamp/gluegen-rt.jar;lib/jogamp/joal.jar;lib/jogamp/jogl-all.jar;lib/jake2.jar +start javaw -Dsun.java2d.noddraw=true -cp %CP% jake2.Jake2 |