diff options
author | Sven Gothel <[email protected]> | 2014-06-11 01:01:37 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-06-11 01:01:37 +0200 |
commit | 021735487716f15cef8d7d8d317b9cabbacea9dd (patch) | |
tree | b582d8844a53c3e8356a63e5b2a183e6f87634d5 /make/scripts | |
parent | 2d50663d43b627b5569d8d9538a0507813ac0fc6 (diff) |
Remove explicit xcode.clang property files
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.jogl.all.macosx-clang.sh | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/make/scripts/make.jogl.all.macosx-clang.sh b/make/scripts/make.jogl.all.macosx-clang.sh deleted file mode 100755 index 6b253964a..000000000 --- a/make/scripts/make.jogl.all.macosx-clang.sh +++ /dev/null @@ -1,30 +0,0 @@ -#! /bin/sh - -if [ -e /opt-share/etc/profile.ant ] ; then - . /opt-share/etc/profile.ant -fi - -JAVA_HOME=`/usr/libexec/java_home -version 1.7` -#JAVA_HOME=`/usr/libexec/java_home -version 1.6` -PATH=$JAVA_HOME/bin:$PATH -export JAVA_HOME PATH - -# -Dc.compiler.debug=true \ -# -Djavacdebug="true" \ -# -Djavacdebuglevel="source,lines,vars" \ -# - -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="../../gluegen/make/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 \ - -Dc.compiler.debug=true \ - -Drootrel.build=build-macosx \ - $* 2>&1 | tee make.jogl.all.macosx.log |