diff options
author | Sven Gothel <[email protected]> | 2013-11-17 17:29:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-17 17:29:37 +0100 |
commit | d04ca826bc3ca95eb32921e59c1845a1626f88e6 (patch) | |
tree | df7479dce2f88c2d63bad0b0b09491a1fd9e5bbd /make/scripts/make.jogl.all.macosx-clang.sh | |
parent | 380528f59c4a37429f4fa5f8ac7aa3076d0eaa11 (diff) |
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.jogl.all.macosx-clang.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.macosx-clang.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.jogl.all.macosx-clang.sh b/make/scripts/make.jogl.all.macosx-clang.sh index eb633f5a6..b5f21c908 100755 --- a/make/scripts/make.jogl.all.macosx-clang.sh +++ b/make/scripts/make.jogl.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="../../gluegen/make/lib/gluegen-clang.properties" -# or -Dgcc.compat.compiler=clang +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" |