aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make.jogl.all.linux-x86_64.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-31 16:31:47 +0100
committerSven Gothel <[email protected]>2019-12-31 16:31:47 +0100
commitf486f88f5c86e3981b669275d7250856d8f03f11 (patch)
tree2ae59a5102f0783956f7d5802bc6adf059eee61d /scripts/make.jogl.all.linux-x86_64.sh
parent056e8808a5ab3076c5a48c75b1ec7f811122caf9 (diff)
build scripts: use source/target level 1.8 on java11HEADv2.5.0v2.4.0master
Diffstat (limited to 'scripts/make.jogl.all.linux-x86_64.sh')
-rw-r--r--scripts/make.jogl.all.linux-x86_64.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/scripts/make.jogl.all.linux-x86_64.sh b/scripts/make.jogl.all.linux-x86_64.sh
deleted file mode 100644
index 2726dc6..0000000
--- a/scripts/make.jogl.all.linux-x86_64.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh
-
-# $0 -Dmain.class=com.jogamp.opencl.demos.bitonicsort.BitonicSort run
-# $0 -Dmain.class=com.jogamp.opencl.demos.julia3d.Julia3d run
-# $0 -Dmain.class=com.jogamp.opencl.demos.joglinterop.GLCLInteroperabilityDemo run
-
-if [ -e ../setenv-build-jogl-x86_64.sh ] ; then
- . ../setenv-build-jogl-x86_64.sh
-fi
-
-# -Dtarget.sourcelevel=1.6 \
-# -Dtarget.targetlevel=1.6 \
-# -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \
-
-BUILD_ARCHIVE=true \
-ant \
- -Dtarget.sourcelevel=1.6 \
- -Dtarget.targetlevel=1.6 \
- -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \
- -Drootrel.build=build-x86_64 \
- $* 2>&1 | tee make.jogl.all.linux-x86_64.log