aboutsummaryrefslogtreecommitdiffstats
path: root/make/make.jogl.all.win64.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-22 20:39:36 +0200
committerSven Gothel <[email protected]>2010-04-22 20:39:36 +0200
commit848df0f3b4d2cd27e03fc25c424759b870c6514b (patch)
tree1e583ed6a7d570f4aa7271c7583bb0d456a9c445 /make/make.jogl.all.win64.bat
parent94c4ef007321f24177b32174d1ab24c91271da1f (diff)
Bring back GL2ES12 impl. for GL2ES1 and GL2ES2 desktop j2se and cdc. Fixing profiles accordingly.
Diffstat (limited to 'make/make.jogl.all.win64.bat')
-rw-r--r--make/make.jogl.all.win64.bat17
1 files changed, 17 insertions, 0 deletions
diff --git a/make/make.jogl.all.win64.bat b/make/make.jogl.all.win64.bat
new file mode 100644
index 000000000..508067d57
--- /dev/null
+++ b/make/make.jogl.all.win64.bat
@@ -0,0 +1,17 @@
+set THISDIR="C:\JOGL"
+
+set J2RE_HOME=c:\jre1.6.0_19
+set JAVA_HOME=c:\jdk1.6.0_19
+set ANT_PATH=C:\apache-ant-1.8.0
+
+set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw-w64\bin;c:\mingw\bin;%PATH%
+
+set LIB_GEN=%THISDIR%\lib
+set CLASSPATH=.;%THISDIR%\build-win64\classes
+REM -Dc.compiler.debug=true
+REM -DuseOpenMAX=true
+REM -DuseKD=true
+REM -Djogl.cg=1 -D-Dwindows.cg.lib=C:\Cg-2.2
+REM -Dbuild.noarchives=true
+
+ant -Drootrel.build=build-win64 -Djogl.cg=1 -Dwindows.cg.lib=C:\Cg-2.2\lib %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.jogl.all.win64.log 2>&1