diff options
author | Sven Gothel <[email protected]> | 2013-10-24 20:14:44 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-24 20:14:44 +0200 |
commit | aa7a0d3a3feee1360ae4d7465a9da263aea530ac (patch) | |
tree | 84046d0ac19aaf699ba2aa7538bf39eeff7fa01e /make/gluegen-cpptasks-base.xml | |
parent | 8ee5992c0c03c702817c286f4a860f349d6c465a (diff) |
Fix Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 837 w/ xcode's xcrun)
Bump make/lib/cpptasks.jar to a65cc99054a5a6684784bf9a9e8c13fe866b81ad
make/lib/gluegen-clang.properties: Defaults to xcode.clang
make/jogamp-env.xml: Show env. SDKROOT
Diffstat (limited to 'make/gluegen-cpptasks-base.xml')
-rwxr-xr-x | make/gluegen-cpptasks-base.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml index 123af4b..b726737 100755 --- a/make/gluegen-cpptasks-base.xml +++ b/make/gluegen-cpptasks-base.xml @@ -1050,6 +1050,7 @@ <compilerarg value="-Wmost" /> <compilerarg value="-ObjC" /> <compilerarg value="-mmacosx-version-min=10.5"/> + <!-- sysincludepath path="${macosx.sdkroot}" if="macosx.sdkroot"/ --> <defineset> <define name="_DEBUG" if="c.compiler.use-debug"/> <define name="DEBUG" if="c.compiler.use-debug"/> |