diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-04-04 15:42:56 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-04-04 15:42:56 +0000 |
| commit | facd182d8e9e0e7d300ba06325f20bafc0f44807 (patch) | |
| tree | f0f63d9b6114f9e8cc182abb9fe56b461dc7fb48 /build.xml | |
| parent | Changed Persp3D::boxes_transformed to a std::map pointer since it was not bei... (diff) | |
| download | inkscape-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.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
