From 15426a4ead8dc2bd0d43cffb1f5843b0bcd7d7d5 Mon Sep 17 00:00:00 2001 From: jevering Date: Wed, 13 May 1998 17:55:04 +0000 Subject: [PATCH] Fixed build problems. git-svn-id: svn://10.0.0.236/trunk@1519 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/robot/makefile.win | 5 +++-- mozilla/parser/htmlparser/robot/makefile.win | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/mozilla/htmlparser/robot/makefile.win b/mozilla/htmlparser/robot/makefile.win index c64ca35aaf8..47faaffcc65 100644 --- a/mozilla/htmlparser/robot/makefile.win +++ b/mozilla/htmlparser/robot/makefile.win @@ -15,7 +15,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH=..\..\.. +DEPTH=..\.. IGNORE_MANIFEST=1 MAKE_OBJ_TYPE = EXE @@ -34,6 +34,7 @@ MYLIBS= \ $(DIST)\lib\xpcom32.lib \ $(LIBNSPR) \ $(DIST)\lib\libplc21.lib \ + $(DIST)\lib\netlib.lib \ $(NULL) LLIBS= $(MYLIBS) \ @@ -51,7 +52,7 @@ CPP_OBJS= \ .\$(OBJDIR)\nsRobotSink.obj \ .\$(OBJDIR)\RobotMain.obj -LINCS=-I$(XPDIST)\public\xpcom -I$(XPDIST)\public\raptor -I..\src +LINCS=-I$(XPDIST)\public\xpcom -I$(XPDIST)\public\raptor -I$(XPDIST)\public\netlib -I..\src include <$(DEPTH)\config\rules.mak> diff --git a/mozilla/parser/htmlparser/robot/makefile.win b/mozilla/parser/htmlparser/robot/makefile.win index c64ca35aaf8..47faaffcc65 100644 --- a/mozilla/parser/htmlparser/robot/makefile.win +++ b/mozilla/parser/htmlparser/robot/makefile.win @@ -15,7 +15,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH=..\..\.. +DEPTH=..\.. IGNORE_MANIFEST=1 MAKE_OBJ_TYPE = EXE @@ -34,6 +34,7 @@ MYLIBS= \ $(DIST)\lib\xpcom32.lib \ $(LIBNSPR) \ $(DIST)\lib\libplc21.lib \ + $(DIST)\lib\netlib.lib \ $(NULL) LLIBS= $(MYLIBS) \ @@ -51,7 +52,7 @@ CPP_OBJS= \ .\$(OBJDIR)\nsRobotSink.obj \ .\$(OBJDIR)\RobotMain.obj -LINCS=-I$(XPDIST)\public\xpcom -I$(XPDIST)\public\raptor -I..\src +LINCS=-I$(XPDIST)\public\xpcom -I$(XPDIST)\public\raptor -I$(XPDIST)\public\netlib -I..\src include <$(DEPTH)\config\rules.mak>