From 2ca18e5e3d6ce1c615de852974a3a4722cae7c34 Mon Sep 17 00:00:00 2001 From: "locka%iol.ie" Date: Sat, 29 Apr 2000 01:09:05 +0000 Subject: [PATCH] Renamed WebShellContainer deps to WebBrowserContainer Not part of build git-svn-id: svn://10.0.0.236/trunk@67602 18797224-902f-48f8-a5cc-f745e15eee43 --- .../embedding/browser/activex/src/control/makefile.win | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/mozilla/embedding/browser/activex/src/control/makefile.win b/mozilla/embedding/browser/activex/src/control/makefile.win index 6fb7a8a1b1e..c7a470ceab8 100644 --- a/mozilla/embedding/browser/activex/src/control/makefile.win +++ b/mozilla/embedding/browser/activex/src/control/makefile.win @@ -41,7 +41,7 @@ OBJS = \ .\$(OBJDIR)\MozillaControl.obj \ .\$(OBJDIR)\nsSetupRegistry.obj \ .\$(OBJDIR)\MozillaBrowser.obj \ - .\$(OBJDIR)\WebShellContainer.obj \ + .\$(OBJDIR)\WebBrowserContainer.obj \ .\$(OBJDIR)\IEHtmlNode.obj \ .\$(OBJDIR)\IEHtmlElementCollection.obj \ .\$(OBJDIR)\IEHtmlElement.obj \ @@ -75,8 +75,6 @@ OBJS = \ # $(NULL) LLIBS= \ - $(DIST)\lib\gkgfxwin.lib \ -# $(DIST)\lib\gkweb.lib \ $(DIST)\lib\xpcom.lib \ $(LIBNSPR) \ $(NULL) @@ -131,7 +129,7 @@ PropertyBag.cpp : StdAfx.h PropertyBag.h ControlSite.h ControlSiteIPFrame.h ItemContainer.cpp : StdAfx.h ItemContainer.h MozillaControl.cpp \ -StdAfx.cpp: StdAfx.h MozillaControl_i.c MozillaControl.h MozillaBrowser.h WebShellContainer.h +StdAfx.cpp: StdAfx.h MozillaControl_i.c MozillaControl.h MozillaBrowser.h WebBrowserContainer.h IEHtmlNode.cpp : StdAfx.h IEHtmlNode.h @@ -145,7 +143,7 @@ DropTarget.cpp: StdAfx.h DropTarget.h MozillaControl.cpp \ MozillaBrowser.cpp \ -WebShellContainer.cpp \ -StdAfx.cpp: StdAfx.h MozillaControl.h MozillaBrowser.h WebShellContainer.h IOleCommandTargetImpl.h +WebBrowserContainer.cpp \ +StdAfx.cpp: StdAfx.h MozillaControl.h MozillaBrowser.h WebBrowserContainer.h IOleCommandTargetImpl.h guids.cpp: StdAfx.h guids.h