summaryrefslogtreecommitdiffstats
path: root/make/gluegen-cpptasks-base.xml
diff options
context:
space:
mode:
authorSylvestre Ledru <[email protected]>2012-01-09 17:10:23 +0100
committerSven Gothel <[email protected]>2012-01-09 17:10:23 +0100
commit36c99b43e09999a560a086be10e392aad915b1f3 (patch)
tree53e2bb17792770fdeacb07bff6ca70625e69edf7 /make/gluegen-cpptasks-base.xml
parent196c325aa3dddb0d775e8fb80e26333208fe6c7e (diff)
Fix Bug 545: Provide more information about the system
Diffstat (limited to 'make/gluegen-cpptasks-base.xml')
-rwxr-xr-xmake/gluegen-cpptasks-base.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml
index a61ccc6..f0ea963 100755
--- a/make/gluegen-cpptasks-base.xml
+++ b/make/gluegen-cpptasks-base.xml
@@ -506,7 +506,10 @@
<echo message="Unix=${isUnix}" />
<echo message="Windows=${isWindows}" />
<echo message="X11=${isX11}" />
- </target>
+ <echo message="os=${os.name}" />
+ <echo message="os=${os.version}" />
+ <echo message="arch=${os.arch}" />
+ </target>
<target name="gluegen.cpptasks.detect.os.freebsd.x86" unless="gluegen.cpptasks.detected.os.2" if="isFreeBSDX86">
<property name="os.and.arch" value="freebsd-i586" />