diff options
| author | Jasper van de Gronde <jasper.vandegronde@gmail.com> | 2008-07-19 09:44:04 +0000 |
|---|---|---|
| committer | jaspervdg <jaspervdg@users.sourceforge.net> | 2008-07-19 09:44:04 +0000 |
| commit | 4ff3707cb93462c2d49ee5e8f7e7a21003c9d94c (patch) | |
| tree | dcd71c40d6fdf1293b4dac274126b278f1b139cc | |
| parent | another place to make mouse cursor switching immediate (diff) | |
| download | inkscape-4ff3707cb93462c2d49ee5e8f7e7a21003c9d94c.tar.gz inkscape-4ff3707cb93462c2d49ee5e8f7e7a21003c9d94c.zip | |
Exclude the right(!) files when building the library (forgot to remove the obj/ prefix for the test files...)
(bzr r6361)
| -rw-r--r-- | build.xml | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -415,15 +415,15 @@ <exclude name="winmain.o"/> <exclude name="inkview.o"/> <!-- CxxTest --> - <exclude name="obj/test-main.o"/> - <exclude name="obj/test-src.o"/> - <exclude name="obj/display/test-display.o"/> - <exclude name="obj/helper/test-helper.o"/> - <exclude name="obj/libnr/nr-compose-reference.o"/> - <exclude name="obj/libnr/test-nr.o"/> - <exclude name="obj/svg/test-svg.o"/> - <exclude name="obj/util/test-util.o"/> - <exclude name="obj/xml/test-xml.o"/> + <exclude name="test-main.o"/> + <exclude name="test-src.o"/> + <exclude name="display/test-display.o"/> + <exclude name="helper/test-helper.o"/> + <exclude name="libnr/nr-compose-reference.o"/> + <exclude name="libnr/test-nr.o"/> + <exclude name="svg/test-svg.o"/> + <exclude name="util/test-util.o"/> + <exclude name="xml/test-xml.o"/> </fileset> </staticlib> </target> |
