summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.macosx-clang.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-11-17 13:29:39 +0100
committerSven Gothel <[email protected]>2013-11-17 13:29:39 +0100
commitbcae9ec99e62f144b4c96ede2fbd37f07401f484 (patch)
tree6cb7dd83f5958499b971c74d0fc66c7230b9eb09 /make/scripts/make.gluegen.all.macosx-clang.sh
parente0877095c24f08fe1e5fc0391edf26392d1b6206 (diff)
Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.properties' for OSX xcode-clang ; Add GNU/Linux LLVM/clang build scripts
Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.properties' for OSX xcode-clang. Add GNU/Linux LLVM/clang build scripts
Diffstat (limited to 'make/scripts/make.gluegen.all.macosx-clang.sh')
-rwxr-xr-xmake/scripts/make.gluegen.all.macosx-clang.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.macosx-clang.sh b/make/scripts/make.gluegen.all.macosx-clang.sh
index 4f84d39..f66c153 100755
--- a/make/scripts/make.gluegen.all.macosx-clang.sh
+++ b/make/scripts/make.gluegen.all.macosx-clang.sh
@@ -18,8 +18,8 @@ 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-clang.properties"
-# or -Dgcc.compat.compiler=clang
+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"