From 3471e004eefd6964cfe8d60c6ba3afd32ea96558 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 13 Dec 2010 12:53:28 +0100 Subject: Reverted linux libs .1 suffix (prefer system wide libopenal.so.1); Updated Linux bundled: ubuntu 10.10 1:1.12.854-2 (maybe we shall remove these at all) --- make/scripts/make.joal.all.win32.bat | 12 ++++++++++++ make/scripts/make.joal.all.win64.bat | 12 ++++++++++++ make/scripts/make.jogl.all.win32.bat | 12 ------------ make/scripts/make.jogl.all.win64.bat | 12 ------------ 4 files changed, 24 insertions(+), 24 deletions(-) create mode 100755 make/scripts/make.joal.all.win32.bat create mode 100755 make/scripts/make.joal.all.win64.bat delete mode 100755 make/scripts/make.jogl.all.win32.bat delete mode 100755 make/scripts/make.jogl.all.win64.bat (limited to 'make/scripts') diff --git a/make/scripts/make.joal.all.win32.bat b/make/scripts/make.joal.all.win32.bat new file mode 100755 index 0000000..e404460 --- /dev/null +++ b/make/scripts/make.joal.all.win32.bat @@ -0,0 +1,12 @@ +set J2RE_HOME=c:\jre1.6.0_22_x32 +set JAVA_HOME=c:\jdk1.6.0_22_x32 +set ANT_PATH=C:\apache-ant-1.8.0 + +set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH% + +set LIB_GEN=%THISDIR%\lib +set CLASSPATH=.;%THISDIR%\build-win32\classes +REM -Dc.compiler.debug=true +REM -Dbuild.noarchives=true + +ant -Dbuild.noarchives=true -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 new file mode 100755 index 0000000..0890b44 --- /dev/null +++ b/make/scripts/make.joal.all.win64.bat @@ -0,0 +1,12 @@ +set J2RE_HOME=c:\jre1.6.0_22_x64 +set JAVA_HOME=c:\jdk1.6.0_22_x64 +set ANT_PATH=C:\apache-ant-1.8.0 + +set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;c:\mingw\bin;%PATH% + +set LIB_GEN=%THISDIR%\lib +set CLASSPATH=.;%THISDIR%\build-win64\classes +REM -Dc.compiler.debug=true +REM -Dbuild.noarchives=true + +ant -Dc.compiler.debug=true -Dbuild.noarchives=true -Drootrel.build=build-win64 %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.joal.all.win64.log 2>&1 diff --git a/make/scripts/make.jogl.all.win32.bat b/make/scripts/make.jogl.all.win32.bat deleted file mode 100755 index e404460..0000000 --- a/make/scripts/make.jogl.all.win32.bat +++ /dev/null @@ -1,12 +0,0 @@ -set J2RE_HOME=c:\jre1.6.0_22_x32 -set JAVA_HOME=c:\jdk1.6.0_22_x32 -set ANT_PATH=C:\apache-ant-1.8.0 - -set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH% - -set LIB_GEN=%THISDIR%\lib -set CLASSPATH=.;%THISDIR%\build-win32\classes -REM -Dc.compiler.debug=true -REM -Dbuild.noarchives=true - -ant -Dbuild.noarchives=true -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.jogl.all.win64.bat b/make/scripts/make.jogl.all.win64.bat deleted file mode 100755 index 0890b44..0000000 --- a/make/scripts/make.jogl.all.win64.bat +++ /dev/null @@ -1,12 +0,0 @@ -set J2RE_HOME=c:\jre1.6.0_22_x64 -set JAVA_HOME=c:\jdk1.6.0_22_x64 -set ANT_PATH=C:\apache-ant-1.8.0 - -set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;c:\mingw\bin;%PATH% - -set LIB_GEN=%THISDIR%\lib -set CLASSPATH=.;%THISDIR%\build-win64\classes -REM -Dc.compiler.debug=true -REM -Dbuild.noarchives=true - -ant -Dc.compiler.debug=true -Dbuild.noarchives=true -Drootrel.build=build-win64 %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.joal.all.win64.log 2>&1 -- cgit v1.2.3