Update REQUIRES for MOZ_MATHML & MOZ_SVG builds.

Thanks to jonsmirl@mediaone.net for the patch.
Bug #98371 r=cls


git-svn-id: svn://10.0.0.236/trunk@103550 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 2001-09-22 13:34:38 +00:00
parent 12042b7023
commit 96e5ad9048
5 changed files with 37 additions and 0 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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