add REQUIRES support to mailnews b=98371 r=cls

git-svn-id: svn://10.0.0.236/trunk@102661 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2001-09-10 20:42:53 +00:00
parent d7d4a08c64
commit 35cb5d6fd3
24 changed files with 24 additions and 5 deletions

View File

@@ -25,7 +25,6 @@ DIRS=\
public \
src \
build \
resources \
$(NULL)
include <$(DEPTH)\config\rules.mak>

View File

@@ -24,6 +24,7 @@ MODULE=addrbook
LIBRARY_NAME=addrbook
META_COMPONENT=mail
MODULE_NAME=nsAbModule
REQUIRES = xpcom string addrbook necko msgcompose mime msgbase rdf rdfutil docshell appshell dom widget locale mork appcomps
################################################################################
## exports

View File

@@ -21,6 +21,7 @@
DEPTH=..\..\..
MODULE= addrbook
REQUIRES = xpcom string rdf rdfutil appshell dom layout widget mork docshell pref necko locale webshell uconv msgbase msgbaseutil mime msgcompose appcomps
include <$(DEPTH)\config\config.mak>

View File

@@ -22,6 +22,7 @@ MODULE=msgbase
LIBRARY_NAME=msgbase
META_COMPONENT=mail
MODULE_NAME=nsMsgBaseModule
REQUIRES = xpcom string necko intl locale timer rdf dom docshell widget layout webshell mime uriloader mailnews mork txmgr pref msgcompose msgbaseutil appcomps msgdb editor appshell msgnews msgimap
################################################################################
## exports

View File

@@ -21,6 +21,6 @@
DEPTH=..\..
DIRS=public src util search prefs build resources
DIRS=public src util search build
include <$(DEPTH)\config\rules.mak>

View File

@@ -23,6 +23,6 @@ DEPTH=..\..\..
#tests no tests yet
DIRS=public src resources
DIRS=public src
include <$(DEPTH)\config\rules.mak>

View File

@@ -21,11 +21,11 @@
DEPTH=..\..\..\..
MODULE=msgsearch
REQUIRES = xpcom string mailnews msgdb msgbaseutil necko mime msgimap rdf msglocal intl pref timer msgnews txmgr
include <$(DEPTH)\config\config.mak>
LIBRARY_NAME=msgsearch_s
MODULE=msgsearch
DEFINES=-D_IMPL_NS_HTML

View File

@@ -21,6 +21,7 @@
DEPTH=..\..\..
MODULE= msgbase
REQUIRES = xpcom string necko dom appshell appcomps uconv intl htmlparser widget docshell rdf editor layout mailnews locale msgbaseutil webshell txmgr msgcompose msgdb uriloader pref msglocal msgimap timer mork msgnews addrbook prefmigr chrome mime mimetype windowwatcher
include <$(DEPTH)\config\config.mak>

View File

@@ -24,6 +24,7 @@ MODULE = msgbsutl
LIBRARY_NAME = msgbsutl
META_COMPONENT = mail
EXPORT_LIBRARY = 1
REQUIRES = xpcom string msgbase rdf necko msgdb intl mork mailnews locale pref rdfutil rdfutil mime msgcompose docshell webshell wallet dom uriloader appshell msgimap msglocal msgnews txmgr uconv unicharutil nkcache mimetype windowwatcher
include <$(DEPTH)\config\config.mak>

View File

@@ -22,6 +22,7 @@ MODULE = msgcompo
LIBRARY_NAME = msgcompo
META_COMPONENT = mail
MODULE_NAME = nsMsgComposeModule
REQUIRES = xpcom string msgbase msgbaseutil editor necko dom uriloader mime addrbook rdf intl mailnews widget msgdb appshell nkcache
################################################################################
## exports

View File

@@ -21,6 +21,7 @@
DEPTH=..\..\..
MODULE= msgcompo
REQUIRES = xpcom string dom editor uriloader msgbase mailnews necko mime pref intl locale layout msgbaseutil msgdb rdf appshell msgimap msgnews uconv docshell webshell addrbook widget htmlparser txmgr exthandler mork wallet nkcache mimetype windowwatcher
include <$(DEPTH)\config\config.mak>

View File

@@ -24,6 +24,7 @@ MODULE = msgdb
LIBRARY_NAME = msgdb
META_COMPONENT = mail
MODULE_NAME = nsMsgDBModule
REQUIRES = xpcom string mailnews locale mork mime msgbase msgbaseutil necko
################################################################################
## exports

View File

@@ -21,6 +21,7 @@
DEPTH=..\..\..\..
MODULE= msgdb
REQUIRES = xpcom string mailnews mork msgbase msgbaseutil locale mime necko pref msgimap
include <$(DEPTH)\config\config.mak>

View File

@@ -24,6 +24,7 @@ MODULE = msgimap
LIBRARY_NAME = msgimap
META_COMPONENT = mail
MODULE_NAME = IMAP_factory
REQUIRES = xpcom string mailnews msgimap msgbase msgbaseutil rdf rdfutil necko msgdb txmgr mime pref intl msglocal nkcache
################################################################################
## exports

View File

@@ -21,6 +21,7 @@
DEPTH=..\..\..
MODULE= msgimap
REQUIRES = xpcom string mailnews rdf msgbase msgbaseutil rdfutil necko msgdb uconv mime pref intl nkcache timer txmgr dom docshell msglocal msgnews mimetype windowwatcher
include <$(DEPTH)\config\config.mak>

View File

@@ -24,6 +24,7 @@ MODULE = import
LIBRARY_NAME = $(MODULE)
META_COMPONENT = mail
MODULE_NAME = nsImportServiceModule
REQUIRES = xpcom string mailnews addrbook uconv mork msgbase msgbaseutil intl necko rdf msgdb
CPP_OBJS=\
.\$(OBJDIR)\nsImportFactory.obj \

View File

@@ -24,6 +24,7 @@ MODULE = msglocal
LIBRARY_NAME = msglocal
META_COMPONENT = mail
MODULE_NAME = local_mail_services
REQUIRES = xpcom string mailnews msgbase msgbaseutil msgdb necko txmgr rdf rdfutil mime intl pref nkcache
################################################################################
## exports

View File

@@ -21,6 +21,7 @@
DEPTH=..\..\..
MODULE= msglocal
REQUIRES = xpcom string msgbase msgbaseutil mailnews pref necko msgdb rdf intl mime dom rdfutil txmgr docshell msgimap chrome nkcache
include <$(DEPTH)\config\config.mak>

View File

@@ -22,6 +22,7 @@ MODULE = mime
LIBRARY_NAME = mime
META_COMPONENT = mail
MODULE_NAME = mime_services
REQUIRES = xpcom string necko msgbase pref necko uconv
EXPORTS= \
nsMsgMimeCID.h \

View File

@@ -44,6 +44,7 @@ MODULE = vcard
LIBRARY_NAME = vcard
META_COMPONENT = mail
MODULE_NAME = nsVCardModule
REQUIRES = xpcom string mime msgbase msgbaseutil uconv necko intl pref mailnews msgdb
# EXPORTS =
# Put any necessary exported headers here!!!

View File

@@ -30,6 +30,7 @@ MODULE = emitter
LIBRARY_NAME = emitter
META_COMPONENT = mail
MODULE_NAME = nsMimeEmitterModule
REQUIRES = xpcom string mime necko pref intl locale msgbase
################################################################################
## exports

View File

@@ -20,6 +20,7 @@
DEPTH=..\..\..
MODULE= mime
REQUIRES = xpcom string msgbase msgbaseutil pref js necko uconv msgcompose editor dom intl msgimap exthandler mailnews msgdb chardet caps mimetype uriloader xpconnect
include <$(DEPTH)\config\config.mak>

View File

@@ -22,6 +22,7 @@ MODULE = msgnews
LIBRARY_NAME = msgnews
META_COMPONENT = mail
MODULE_NAME = nsMsgNewsModule
REQUIRES = xpcom string mailnews msgbase msgbaseutil msgdb appshell timer mime necko rdf rdfutil pref uriloader nkcache layout dom intl
################################################################################
## exports

View File

@@ -21,6 +21,7 @@
DEPTH=..\..\..
MODULE= msgnews
REQUIRES = xpcom string mailnews msgbase msgbaseutil necko msgdb locale mork dom rdf docshell layout pref uriloader appshell mime intl timer webshell wallet rdfutil nkcache windowwatcher
include <$(DEPTH)\config\config.mak>