summaryrefslogtreecommitdiffstats
path: root/make/gluegen-properties.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/gluegen-properties.xml')
-rwxr-xr-xmake/gluegen-properties.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/make/gluegen-properties.xml b/make/gluegen-properties.xml
index 7efc4c1..cac32bb 100755
--- a/make/gluegen-properties.xml
+++ b/make/gluegen-properties.xml
@@ -6,6 +6,9 @@
- This Ant project file depends on the following properties being set
- externally:
-
+ - gcc.compat.compiler
+ - either "gcc" (default) or "clang"
+ -
- win32.c.compiler (required to be set on Windows):
- one of "vc6", "vc7", "vc8", "mingw32" (default) or "mingw64".
- c.compiler.debug:
@@ -79,6 +82,9 @@
<property name="ant-junit-all.apk" value="${gluegen.root}/make/lib/ant-junit-all.apk" />
+ <!-- maybe overriden, e.g. with "clang" -->
+ <property name="gcc.compat.compiler" value="gcc"/>
+
<condition property="win32.c.compiler" value="mingw64">
<and>
<os family="windows" />