From 35026a3e2b09a54e89ea646e7656bc37736dc2a9 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Sat, 22 Sep 2001 13:34:38 +0000 Subject: [PATCH] Update REQUIRES for MOZ_MATHML & MOZ_SVG builds. Thanks to jonsmirl@mediaone.net for the patch. Bug #98371 r=cls --- intl/uconv/ucvmath/makefile.win | 3 +++ layout/mathml/base/src/makefile.win | 13 +++++++++++++ layout/mathml/content/src/makefile.win | 6 ++++++ layout/svg/base/src/makefile.win | 10 ++++++++++ layout/svg/content/src/makefile.win | 5 +++++ 5 files changed, 37 insertions(+) diff --git a/intl/uconv/ucvmath/makefile.win b/intl/uconv/ucvmath/makefile.win index 19c29b0e07f..75709dc40d3 100644 --- a/intl/uconv/ucvmath/makefile.win +++ b/intl/uconv/ucvmath/makefile.win @@ -27,6 +27,9 @@ DEFINES=-D_IMPL_NS_INTL -DWIN32_LEAN_AND_MEAN MODULE=uconv LIBRARY_NAME=ucvmath MODULE_NAME=nsUCvMathModule +REQUIRES = xpcom \ + string \ + $(NULL) CPPSRCS = \ nsUnicodeToTeXCMRttf.cpp \ diff --git a/layout/mathml/base/src/makefile.win b/layout/mathml/base/src/makefile.win index 7b318570a23..ee9cc701932 100644 --- a/layout/mathml/base/src/makefile.win +++ b/layout/mathml/base/src/makefile.win @@ -24,6 +24,19 @@ DEPTH=..\..\..\.. LIBRARY_NAME=layoutmathmlbase_s MODULE=layout +REQUIRES = xpcom \ + content \ + widget \ + string \ + gfx \ + locale \ + webshell \ + necko \ + dom \ + view \ + docshell \ + webbrowser_core \ + $(NULL) DEFINES= -DWIN32_LEAN_AND_MEAN diff --git a/layout/mathml/content/src/makefile.win b/layout/mathml/content/src/makefile.win index 5b6956e6db2..815e5b81e98 100644 --- a/layout/mathml/content/src/makefile.win +++ b/layout/mathml/content/src/makefile.win @@ -25,6 +25,12 @@ DEPTH=..\..\..\.. LIBRARY_NAME=layoutmathmlcontent_s MODULE=layout +REQUIRES = string \ + xpcom \ + content \ + necko \ + gfx \ + $(NULL) DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN diff --git a/layout/svg/base/src/makefile.win b/layout/svg/base/src/makefile.win index e809ffe1e63..89c773fc51b 100644 --- a/layout/svg/base/src/makefile.win +++ b/layout/svg/base/src/makefile.win @@ -23,6 +23,16 @@ DEPTH=..\..\..\.. LIBRARY_NAME=layoutsvgbase_s MODULE=layout +REQUIRES = xpcom \ + widget \ + content \ + gfx \ + string \ + locale \ + dom \ + pref \ + view \ + $(NULL) DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN diff --git a/layout/svg/content/src/makefile.win b/layout/svg/content/src/makefile.win index 687d3077a5c..176c065db4d 100644 --- a/layout/svg/content/src/makefile.win +++ b/layout/svg/content/src/makefile.win @@ -23,6 +23,11 @@ DEPTH=..\..\..\.. LIBRARY_NAME=layoutsvgcontent_s MODULE=layout +REQUIRES = \ + string \ + xpcom \ + content \ + $(NULL) DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN