diff options
author | Sven Gothel <[email protected]> | 2014-09-22 22:32:33 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-09-22 22:32:33 +0200 |
commit | f9acc8f7b9072b8c12cdc16dee657349180e6bf0 (patch) | |
tree | 182f76bca5a41246e0d3bb9d5c31a7fd0028b747 /make/scripts/make.jogl.all.win32.bat | |
parent | c0de59efd77843177ea0045884763d93aad5b68b (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-x | make/scripts/make.jogl.all.win32.bat | 4 |
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
|