summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-04-04 15:42:56 +0000
committerishmal <ishmal@users.sourceforge.net>2008-04-04 15:42:56 +0000
commitfacd182d8e9e0e7d300ba06325f20bafc0f44807 (patch)
treef0f63d9b6114f9e8cc182abb9fe56b461dc7fb48 /build.xml
parentChanged Persp3D::boxes_transformed to a std::map pointer since it was not bei... (diff)
downloadinkscape-facd182d8e9e0e7d300ba06325f20bafc0f44807.tar.gz
inkscape-facd182d8e9e0e7d300ba06325f20bafc0f44807.zip
Add an <excludeinc> filelist tag to <cc> to avoid float.h in extension/param
(bzr r5330)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 1014fc36e..432fcdd38 100644
--- a/build.xml
+++ b/build.xml
@@ -271,6 +271,9 @@
<exclude name="removeoverlap/remove_rectangle_overlap-test.cpp"/>
<exclude name="removeoverlap/remove_rectangle_overlap-test.h"/>
</fileset>
+ <excludeinc dir="${src}">
+ <file name="extension/param"/>
+ </excludeinc>
<flags>
-Wall -Wformat-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch
-O2