From 8c5a276242e2580a88fd491feee7336777a8e96b Mon Sep 17 00:00:00 2001 From: "rbs%maths.uq.edu.au" Date: Mon, 27 Mar 2000 02:12:35 +0000 Subject: [PATCH] [#ifdef MOZ_MATHML: NOT PART OF THE DEFAULT BUILD]. Catch up with recent changes that break the MathML-enabled compilation git-svn-id: svn://10.0.0.236/trunk@64208 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 807df8f731f..7075e390785 100644 --- a/mozilla/layout/html/tests/makefile.win +++ b/mozilla/layout/html/tests/makefile.win @@ -62,6 +62,10 @@ LLIBS= \ $(DIST)\lib\raptorevents_s.lib \ $(DIST)\lib\raptorxulbase_s.lib \ $(DIST)\lib\raptorxulcontent_s.lib \ +!ifdef MOZ_MATHML + $(DIST)\lib\raptormathmlbase_s.lib \ + $(DIST)\lib\raptormathmlcontent_s.lib \ +!endif $(DIST)\lib\img32$(VERSION_NUMBER).lib \ $(DIST)\lib\util.lib \ $(DIST)\lib\xpcom.lib \