Adding nsWebBrowserChrome.cpp to the build. Not actually called by anyone yet. Pending review of nsBrowserWindow to get it hooked up.

This commit is contained in:
tbogard%aol.net 2000-02-02 02:33:03 +00:00
parent 50e78c511e
commit 7c95486fe7
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ CPPSRCS = \
nsThrobber.cpp \
nsViewerApp.cpp \
nsWebCrawler.cpp \
nsWebBrowserChrome.cpp \
$(NULL)
EXPORT_RESOURCE_SAMPLES := \

View File

@ -50,6 +50,7 @@ OBJS = \
.\$(OBJDIR)\nsThrobber.obj \
.\$(OBJDIR)\nsViewerApp.obj \
.\$(OBJDIR)\nsWebCrawler.obj \
.\$(OBJDIR)\nsWebBrowserChrome.obj \
.\$(OBJDIR)\nsWinMain.obj \
.\$(OBJDIR)\JSConsole.obj \
$(NULL)