From 6a44c89eef0e37919400ab03b04646e665c6d561 Mon Sep 17 00:00:00 2001 From: "rpotts%netscape.com" Date: Mon, 25 Jan 1999 08:34:02 +0000 Subject: [PATCH] Added nsCommandLineArgs to the build... --- xpfe/appshell/src/makefile.win | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xpfe/appshell/src/makefile.win b/xpfe/appshell/src/makefile.win index f08bc298cdc1..977afef5cdbe 100644 --- a/xpfe/appshell/src/makefile.win +++ b/xpfe/appshell/src/makefile.win @@ -25,12 +25,14 @@ CPPSRCS= \ nsAppShellService.cpp \ nsWebShellWindow.cpp \ nsAppShellFactory.cpp \ + nsCommandLineService.cpp \ $(NULL) CPP_OBJS= \ .\$(OBJDIR)\nsAppShellService.obj \ .\$(OBJDIR)\nsWebShellWindow.obj \ .\$(OBJDIR)\nsAppShellFactory.obj \ + .\$(OBJDIR)\nsCommandLineService.obj \ $(NULL) LINCS=-I$(PUBLIC)\raptor \