From 27dfe3cf98425d687e50f5e77247ba62fa1759d8 Mon Sep 17 00:00:00 2001 From: "heikki%citec.fi" Date: Wed, 12 Apr 2000 08:19:19 +0000 Subject: [PATCH] Fixing build bustage. When MOZ_SGV is set and DISABLE_TESTS is not set, the build dies in this makefile. git-svn-id: svn://10.0.0.236/trunk@65683 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/tests/makefile.win | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/layout/html/tests/makefile.win b/mozilla/layout/html/tests/makefile.win index 7075e390785..17d3c7e0084 100644 --- a/mozilla/layout/html/tests/makefile.win +++ b/mozilla/layout/html/tests/makefile.win @@ -65,6 +65,10 @@ LLIBS= \ !ifdef MOZ_MATHML $(DIST)\lib\raptormathmlbase_s.lib \ $(DIST)\lib\raptormathmlcontent_s.lib \ +!endif +!ifdef MOZ_SVG + $(DIST)\lib\raptorsvgbase_s.lib \ + $(DIST)\lib\raptorsvgcontent_s.lib \ !endif $(DIST)\lib\img32$(VERSION_NUMBER).lib \ $(DIST)\lib\util.lib \