summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-20 20:23:36 +0200
committerSven Gothel <[email protected]>2013-06-20 20:23:36 +0200
commit61656b049a4eee5d0f7219ac82aa8bccfb1f9791 (patch)
tree4162c9f74d55827fd52f83bd472aadd902cadc51
parent12b3084ecc9da5b768fb7c9a9180d54b3d24ee43 (diff)
Fix Java7 Windows scripts ..
-rwxr-xr-xmake/scripts/make.joal.all.win32.bat8
-rwxr-xr-xmake/scripts/make.joal.all.win64.bat8
2 files changed, 8 insertions, 8 deletions
diff --git a/make/scripts/make.joal.all.win32.bat b/make/scripts/make.joal.all.win32.bat
index 715bfd4..95f410e 100755
--- a/make/scripts/make.joal.all.win32.bat
+++ b/make/scripts/make.joal.all.win32.bat
@@ -11,11 +11,11 @@ set LIB_GEN=%THISDIR%\lib
set CLASSPATH=.;%THISDIR%\build-win32\classes
REM -Dc.compiler.debug=true
-export SOURCE_LEVEL=1.6
-export TARGET_LEVEL=1.6
-export TARGET_RT_JAR=c:\jre1.6.0_30\lib\rt.jar
+set SOURCE_LEVEL=1.6
+set TARGET_LEVEL=1.6
+set TARGET_RT_JAR=c:\jre1.6.0_30\lib\rt.jar
-export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org"
+set JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org"
ant -Drootrel.build=build-win32 %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.joal.all.win32.log 2>&1
diff --git a/make/scripts/make.joal.all.win64.bat b/make/scripts/make.joal.all.win64.bat
index 1056b69..b9110ff 100755
--- a/make/scripts/make.joal.all.win64.bat
+++ b/make/scripts/make.joal.all.win64.bat
@@ -12,10 +12,10 @@ set LIB_GEN=%THISDIR%\lib
set CLASSPATH=.;%THISDIR%\build-win64\classes
REM -Dc.compiler.debug=true
-export SOURCE_LEVEL=1.6
-export TARGET_LEVEL=1.6
-export TARGET_RT_JAR=c:\jre1.6.0_30\lib\rt.jar
+set SOURCE_LEVEL=1.6
+set TARGET_LEVEL=1.6
+set TARGET_RT_JAR=c:\jre1.6.0_30\lib\rt.jar
-export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org"
+set JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org"
ant -Dc.compiler.debug=true -Drootrel.build=build-win64 %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.joal.all.win64.log 2>&1