aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.win32.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-09-22 22:32:33 +0200
committerSven Gothel <[email protected]>2014-09-22 22:32:33 +0200
commitf9acc8f7b9072b8c12cdc16dee657349180e6bf0 (patch)
tree182f76bca5a41246e0d3bb9d5c31a7fd0028b747 /make/scripts/make.jogl.all.win32.bat
parentc0de59efd77843177ea0045884763d93aad5b68b (diff)
Windows make scripts: Fix 64bit java version, dont use raw LIB/CLASSPATH path
Diffstat (limited to 'make/scripts/make.jogl.all.win32.bat')
-rwxr-xr-xmake/scripts/make.jogl.all.win32.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.jogl.all.win32.bat b/make/scripts/make.jogl.all.win32.bat
index 064b3727e..cda04474a 100755
--- a/make/scripts/make.jogl.all.win32.bat
+++ b/make/scripts/make.jogl.all.win32.bat
@@ -6,8 +6,8 @@ set ANT_PATH=C:\apache-ant-1.9.4
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%
-set LIB_GEN=%THISDIR%\lib
-set CLASSPATH=.;%THISDIR%\build-win32\classes
+REM set LIB_GEN=%THISDIR%\lib
+REM set CLASSPATH=.;%THISDIR%\build-win32\classes
REM -Dc.compiler.debug=true
REM -Dsetup.addNativeOpenMAX=true
REM -Dsetup.addNativeKD=true