From 021735487716f15cef8d7d8d317b9cabbacea9dd Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Wed, 11 Jun 2014 01:01:37 +0200
Subject: Remove explicit xcode.clang property files

---
 make/scripts/make.jogl.all.macosx-clang.sh | 30 ------------------------------
 1 file changed, 30 deletions(-)
 delete mode 100755 make/scripts/make.jogl.all.macosx-clang.sh

(limited to 'make/scripts')

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
-- 
cgit v1.2.3