summaryrefslogtreecommitdiffstats
path: root/make/gluegen-properties.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-14 03:59:09 +0200
committerSven Gothel <[email protected]>2010-05-14 03:59:09 +0200
commitc7dcf185fb4b6b9a98a558f138e3ee6f488b1182 (patch)
tree71afb18cca6e0f9c12fd28a837419d3cdf868b3b /make/gluegen-properties.xml
parentae940ac95997da2f4a0eb507d08c534f7c70d016 (diff)
win32.c.compiler defaults to mingw
Diffstat (limited to 'make/gluegen-properties.xml')
-rwxr-xr-xmake/gluegen-properties.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/gluegen-properties.xml b/make/gluegen-properties.xml
index ec3b988..a7c6315 100755
--- a/make/gluegen-properties.xml
+++ b/make/gluegen-properties.xml
@@ -41,8 +41,10 @@
<echo message="Loaded ${gluegen.user.properties.file.set}." />
<property name="antlr.jar" value="${gluegen.root}/make/lib/antlr.jar" />
<property name="junit.jar" value="${gluegen.root}/make/lib/junit.jar" />
+ <property name="win32.c.compiler" value="mingw" />
<echo message="antlr.jar=${antlr.jar}" />
<echo message="junit.jar=${junit.jar}" />
+ <echo message="win32.c.compiler=${win32.c.compiler}" />
</target>
</project>