summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.macosx-clang.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-06-11 00:26:31 +0200
committerSven Gothel <[email protected]>2014-06-11 00:26:31 +0200
commit65cbb89d04936df2f385d32d1649abaa4da4581c (patch)
treec7f8e3ce761b3cec6a28646597c8f5ffa36a85a0 /make/scripts/make.gluegen.all.macosx-clang.sh
parentaddb639e6dde90519f772a66222eb86107b35176 (diff)
OSX Build: Default gcc.compat.compiler=xcode.clang ; Remove explicit xcode.clang property files
Diffstat (limited to 'make/scripts/make.gluegen.all.macosx-clang.sh')
-rwxr-xr-xmake/scripts/make.gluegen.all.macosx-clang.sh29
1 files changed, 0 insertions, 29 deletions
diff --git a/make/scripts/make.gluegen.all.macosx-clang.sh b/make/scripts/make.gluegen.all.macosx-clang.sh
deleted file mode 100755
index f66c153..0000000
--- a/make/scripts/make.gluegen.all.macosx-clang.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-#! /bin/sh
-
-if [ -e /opt-share/etc/profile.ant ] ; then
- . /opt-share/etc/profile.ant
-fi
-
-# -Dc.compiler.debug=true
-#
-# -Dtarget.sourcelevel=1.6 \
-# -Dtarget.targetlevel=1.6 \
-# -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \
-
-JAVA_HOME=`/usr/libexec/java_home -version 1.7`
-PATH=$JAVA_HOME/bin:$PATH
-export JAVA_HOME PATH
-
-export SOURCE_LEVEL=1.6
-export TARGET_LEVEL=1.6
-export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar
-
-export GLUEGEN_PROPERTIES_FILE="lib/gluegen-xcode_clang.properties"
-# or -Dgcc.compat.compiler=xcode.clang
-
-#export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org"
-export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet"
-
-ant \
- -Drootrel.build=build-macosx \
- $* 2>&1 | tee make.gluegen.all.macosx.log