Add REQUIRES to many modules for win32 support, bug 98372 r=cls

git-svn-id: svn://10.0.0.236/trunk@102825 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2001-09-12 20:32:40 +00:00
parent 18b7e93c42
commit f3d9c9c141
85 changed files with 122 additions and 163 deletions

View File

@@ -21,8 +21,6 @@
DEPTH=..\..
include <$(DEPTH)\config\config.mak>
MODULE = htmlparser
EXPORTS = \

View File

@@ -27,6 +27,7 @@ LIBNAME = .\$(OBJDIR)\DebugRobot
DLL = $(LIBNAME).dll
DEPTH=..\..
REQUIRES = xpcom string htmlparser necko docshell dom uriloader
include <$(DEPTH)\config\config.mak>

View File

@@ -21,7 +21,7 @@
DEPTH=..\..\..
REQUIRES=xpcom string raptor htmlparser
MAKE_OBJ_TYPE = EXE
PROGRAM = .\$(OBJDIR)\htmlrobot.exe

View File

@@ -21,12 +21,13 @@
DEPTH=..\..
MODULE = htmlparser
REQUIRES = xpcom string necko util uconv expat layout dom pref nkcache intl widget raptor content
include <$(DEPTH)\config\config.mak>
LIBRARY_NAME=raptorhtmlpars
DEFINES=-D_IMPL_NS_HTMLPARS -DWIN32_LEAN_AND_MEAN -DXML_DTD
MODULE = htmlparser
LIBRARY_NAME = gkparser
MODULE_NAME = nsParserModule

View File

@@ -21,6 +21,7 @@
DEPTH=..\..\..
REQUIRES = xpcom string htmlparser necko layout dom content
MAKE_OBJ_TYPE = EXE
PROGRAM = .\$(OBJDIR)\TestOutput.exe