Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Windows make scripts: Fix 64bit java version, dont use raw LIB/CLASSP…
…ATH path
  • Loading branch information
sgothel committed Sep 22, 2014
1 parent c0de59e commit f9acc8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions make/scripts/make.jogl.all.win32.bat
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions make/scripts/make.jogl.all.win64.bat
@@ -1,7 +1,7 @@
set THISDIR="C:\JOGL"

set J2RE_HOME=c:\jre1.8.0_20_x32
set JAVA_HOME=c:\jdk1.8.0_20_x32
set J2RE_HOME=c:\jre1.8.0_20_x64
set JAVA_HOME=c:\jdk1.8.0_20_x64
set ANT_PATH=C:\apache-ant-1.9.4

set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;%PATH%
Expand Down

0 comments on commit f9acc8f

Please sign in to comment.