summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-11-13 16:34:04 +0100
committerSven Gothel <[email protected]>2013-11-13 16:34:04 +0100
commitcece9dbeb1db44f376c7526cb825fb097439eb8f (patch)
treebc93e9b8be6444b57b9c3ee0d4c5abe06ab6a1aa
parent959d6d83ec26152343d538287c02eeebf0dcf238 (diff)
Add b202_gl44 build scriptb202_gl44
-rwxr-xr-xmake/scripts/make.gluegen.b202_gl44.linux-x86_64.sh27
1 files changed, 27 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.b202_gl44.linux-x86_64.sh b/make/scripts/make.gluegen.b202_gl44.linux-x86_64.sh
new file mode 100755
index 0000000..c203320
--- /dev/null
+++ b/make/scripts/make.gluegen.b202_gl44.linux-x86_64.sh
@@ -0,0 +1,27 @@
+#! /bin/sh
+
+SDIR=`dirname $0`
+
+if [ -e $SDIR/setenv-build-jogl-x86_64.sh ] ; then
+ . $SDIR/setenv-build-jogl-x86_64.sh
+fi
+
+# -Dc.compiler.debug=true
+# -Dgluegen.cpptasks.detected.os=true \
+# -DisUnix=true \
+# -DisLinux=true \
+# -DisLinuxAMD64=true \
+# -DisX11=true \
+#
+# -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 \
+ -Djavacdebuglevel="source,lines,vars" \
+ -Drootrel.build=build-b202_gl44-x86_64 \
+ $* 2>&1 | tee make.gluegen.b202_gl44.linux-x86_64.log