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