diff options
author | Sven Gothel <[email protected]> | 2011-08-05 05:46:31 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-05 05:46:31 +0200 |
commit | 8dbb09541973d33168430eac5eae092b99b1c106 (patch) | |
tree | 52a34b1a19507886081086adb7df9ee1515549ba /java-win32-gl2es12-dbg.bat | |
parent | 4882763851a38d979b2117a4e4fbf62683d9ff8b (diff) |
adapt to jogl's jnlp/jar reduction
Diffstat (limited to 'java-win32-gl2es12-dbg.bat')
-rw-r--r-- | java-win32-gl2es12-dbg.bat | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/java-win32-gl2es12-dbg.bat b/java-win32-gl2es12-dbg.bat index 3baf934..ae94bf1 100644 --- a/java-win32-gl2es12-dbg.bat +++ b/java-win32-gl2es12-dbg.bat @@ -7,19 +7,11 @@ set LIB_DIR=jogl\lib set CP_GLUE=%JAR_DIR%\gluegen-rt.jar
-REM set CP_JOGL=%JAR_DIR%\jogl.core.jar;%JAR_DIR%\jogl.util.jar;%JAR_DIR%\jogl.gl2es12.win.jar;%JAR_DIR%\jogl.util.fixedfuncemu.jar;%JAR_DIR%\jogl.gl2es12.dbg.jar;%JAR_DIR%\jogl.glu.tess.jar;%JAR_DIR%\jogl.glu.mipmap.jar;%JAR_DIR%\jogl.awt.jar;%JAR_DIR%\jogl.util.awt.jar
-set CP_JOGL=%JAR_DIR%\jogl.core.jar;%JAR_DIR%\jogl.gl2es12.win.jar;%JAR_DIR%\jogl.util.jar;%JAR_DIR%\jogl.gles2.dbg.jar;%JAR_DIR%\jogl.util.fixedfuncemu.jar
-REM set CP_JOGL=%JAR_DIR%\jogl.core.jar;%JAR_DIR%\jogl.gl2.win.jar;%JAR_DIR%\jogl.util.jar;%JAR_DIR%\jogl.gles2.dbg.jar
-
-REM set CP_NEWT=%JAR_DIR%\newt.all.jar
-set CP_NEWT=%JAR_DIR%\newt.core.jar;%JAR_DIR%\newt.win.jar;%JAR_DIR%\newt.ogl.jar
-
-REM set CP_NWI=%JAR_DIR%\nativewindow.all.jar
-set CP_NWI=%JAR_DIR%\nativewindow.core.jar
+set CP_JOGL=%JAR_DIR%\jogl.all-mobile.jar;%JAR_DIR%\jogl.util.jar;%JAR_DIR%\jogl.gles2.dbg.jar;%JAR_DIR%\jogl.util.fixedfuncemu.jar
set CP_DEMO=jogl-demos.jar;jogl-demos-util.jar;jogl-demos-data.jar
-set CP_ALL=%CP_GLUE%;%CP_NWI%;%CP_JOGL%;%CP_NEWT%;%CP_DEMO%
+set CP_ALL=%CP_GLUE%;%CP_JOGL%;%CP_DEMO%
echo CP_ALL %CP_ALL%
|