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:
@@ -21,8 +21,6 @@
|
||||
|
||||
DEPTH=..\..
|
||||
|
||||
include <$(DEPTH)\config\config.mak>
|
||||
|
||||
MODULE = htmlparser
|
||||
|
||||
EXPORTS = \
|
||||
|
||||
@@ -27,6 +27,7 @@ LIBNAME = .\$(OBJDIR)\DebugRobot
|
||||
DLL = $(LIBNAME).dll
|
||||
|
||||
DEPTH=..\..
|
||||
REQUIRES = xpcom string htmlparser necko docshell dom uriloader
|
||||
|
||||
include <$(DEPTH)\config\config.mak>
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
DEPTH=..\..\..
|
||||
|
||||
|
||||
REQUIRES=xpcom string raptor htmlparser
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
PROGRAM = .\$(OBJDIR)\htmlrobot.exe
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
DEPTH=..\..\..
|
||||
|
||||
REQUIRES = xpcom string htmlparser necko layout dom content
|
||||
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
PROGRAM = .\$(OBJDIR)\TestOutput.exe
|
||||
|
||||
Reference in New Issue
Block a user