add REQUIRES support to intl

b=98371 r=cls
This commit is contained in:
alecf%netscape.com 2001-09-10 20:03:25 +00:00
parent dcd9a0a54f
commit 68c4fc803a
17 changed files with 17 additions and 2 deletions

View File

@ -62,6 +62,7 @@ CPP_OBJS= \
MODULE=chardet
LIBARARY_NAME=chardet
MODULE_NAME=nsCharDetModule
REQUIRES = xpcom string uconv webshell uriloader docshell htmlparser dom necko widget layout embedcomponents raptor content
INCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\chardet -I$(PUBLIC)\raptor \
-I$(PUBLIC)\netlib -I$(PUBLIC)\uconv -I$(PUBLIC)\webshell

View File

@ -26,7 +26,7 @@ DEPTH = ..\..\..
MAKE_OBJ_TYPE = EXE
PROG1 = .\$(OBJDIR)\DetectCharset.exe
PROGRAMS = $(PROG1)
REQUIRES=chardet
LCFLAGS=-DUSE_NSREG

View File

@ -40,6 +40,7 @@ CPP_OBJS= \
MODULE=intlcmpt
LIBRARY_NAME=intlcmpt
MODULE_NAME=I18nCompatibility
REQUIRES=xpcom string
INCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor

View File

@ -27,6 +27,7 @@ DEPTH = ..\..\..
DEFINES = -D_IMPL_NS_INTL -DWIN32_LEAN_AND_MEAN
MODULE = locale
REQUIRES = xpcom string uconv unicharutil necko dom windowwatcher uriloader intl
LIBRARY_NAME = nslocale_s
DIRS = windows

View File

@ -20,6 +20,7 @@
# Contributor(s):
DEPTH=..\..\..\..
REQUIRES=xpcom string
include <$(DEPTH)/config/config.mak>
MODULE = nslocale

View File

@ -51,6 +51,7 @@ CPP_OBJS= \
MODULE=lwbrk
LIBRARY_NAME=lwbrk
MODULE_NAME=nsLWBrkModule
REQUIRES=xpcom string
INCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\lwbrk -I$(PUBLIC)\raptor

View File

@ -21,6 +21,7 @@
DEPTH=..\..\..
REQUIRES = xpcom string necko locale
include <$(DEPTH)\config\config.mak>
LIBRARY_NAME=strres

View File

@ -20,6 +20,7 @@
# Contributor(s):
DEPTH=..\..\..
REQUIRES = xpcom string intl locale chardet necko rdf pref
include <$(DEPTH)/config/config.mak>
DEFINES=-D_IMPL_NS_INTL -DWIN32_LEAN_AND_MEAN

View File

@ -20,7 +20,7 @@
# Contributor(s):
DEPTH = ..\..\..
REQUIRES = uconv string
MAKE_OBJ_TYPE = EXE
PROG1 = .\$(OBJDIR)\convperf.exe

View File

@ -24,6 +24,7 @@ DEPTH=..\..\..
DEFINES=-D_IMPL_NS_INTL -DWIN32_LEAN_AND_MEAN
MODULE=uconv
REQUIRES=xpcom string uconv
LIBRARY_NAME=ucvcn
MODULE_NAME=nsUCvCnModule

View File

@ -36,6 +36,7 @@ DEPTH=..\..\..
DEFINES=-D_IMPL_NS_INTL -DWIN32_LEAN_AND_MEAN
MODULE=uconv
REQUIRES=xpcom string uconv
LIBRARY_NAME=ucvibm
MODULE_NAME=nsUCvIBMModule

View File

@ -24,6 +24,7 @@ DEPTH=..\..\..
DEFINES=-D_IMPL_NS_INTL -DWIN32_LEAN_AND_MEAN
MODULE=uconv
REQUIRES=xpcom string uconv
LIBRARY_NAME=ucvja
MODULE_NAME=nsUCvJAModule

View File

@ -24,6 +24,7 @@ DEPTH=..\..\..
DEFINES=-D_IMPL_NS_INTL -DWIN32_LEAN_AND_MEAN
MODULE=uconv
REQUIRES=xpcom string uconv
LIBRARY_NAME=ucvko
MODULE_NAME=nsUCvKoModule

View File

@ -26,6 +26,7 @@ DEFINES=-D_IMPL_NS_INTL -DWIN32_LEAN_AND_MEAN
MODULE=uconv
LIBRARY_NAME=ucvlatin
MODULE_NAME=nsUCvLatinModule
REQUIRES = xpcom string uconv
CPPSRCS = \
nsUEscapeToUnicode.cpp \

View File

@ -24,6 +24,7 @@ DEPTH=..\..\..
DEFINES=-D_IMPL_NS_INTL -DWIN32_LEAN_AND_MEAN
MODULE=uconv
REQUIRES=xpcom string uconv
LIBRARY_NAME=ucvtw
MODULE_NAME=nsUCvTWModule

View File

@ -24,6 +24,7 @@ DEPTH=..\..\..
DEFINES=-D_IMPL_NS_INTL -DWIN32_LEAN_AND_MEAN
MODULE=uconv
REQUIRES=xpcom string uconv
LIBRARY_NAME=ucvtw2
MODULE_NAME=nsUCvTW2Module

View File

@ -19,6 +19,7 @@
#
# Contributor(s):
DEPTH=..\..\..
REQUIRES = xpcom string uconv necko
include <$(DEPTH)\config\config.mak>