summaryrefslogtreecommitdiffstats
path: root/src/dom/Makefile.mingw
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-05-12 20:20:57 +0000
committerishmal <ishmal@users.sourceforge.net>2008-05-12 20:20:57 +0000
commitfa705e84362c6072a8435103527e0d6eeac51242 (patch)
treebdbc25739f96da47a6434a2079e32f1279f5c535 /src/dom/Makefile.mingw
parentAdd a centralized check (i.e. in the snapper mechanism) whether we've snapped... (diff)
downloadinkscape-fa705e84362c6072a8435103527e0d6eeac51242.tar.gz
inkscape-fa705e84362c6072a8435103527e0d6eeac51242.zip
minor changes for svg document
(bzr r5660)
Diffstat (limited to 'src/dom/Makefile.mingw')
-rw-r--r--src/dom/Makefile.mingw4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dom/Makefile.mingw b/src/dom/Makefile.mingw
index 4d382c8c0..17c28b63b 100644
--- a/src/dom/Makefile.mingw
+++ b/src/dom/Makefile.mingw
@@ -177,7 +177,9 @@ work/testzip.o
OBJ = $(DOMOBJ)
-all: testdom.exe testhttp.exe \
+all: testsvg.exe
+
+tests: testdom.exe testhttp.exe \
testsvg.exe testuri.exe testxpath.exe testzip.exe
testdom.exe: libdom.a work/testdom.o