Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)

git-svn-id: svn://10.0.0.236/trunk@102999 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2001-09-17 19:06:35 +00:00
parent 49518c84e4
commit e28607491e
160 changed files with 140 additions and 636 deletions

View File

@@ -21,7 +21,7 @@
DEPTH=..\..\..
REQUIRES=xpcom string raptor htmlparser
REQUIRES=xpcom string webshell htmlparser
MAKE_OBJ_TYPE = EXE
PROGRAM = .\$(OBJDIR)\htmlrobot.exe
@@ -42,7 +42,7 @@ CPPSRCS= \
CPP_OBJS= \
.\$(OBJDIR)\RobotMain.obj
LINCS=-I$(XPDIST)\public\xpcom -I$(XPDIST)\public\raptor -I$(XPDIST)\public\netlib -I..
LINCS=-I..
include <$(DEPTH)\config\rules.mak>