Added nsFileLocations.cpp/.h to the build.

git-svn-id: svn://10.0.0.236/trunk@24085 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcmullen%netscape.com
1999-03-14 00:03:21 +00:00
parent ce1795ba6d
commit f636dbb228
6 changed files with 6 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ CPPSRCS= \
nsWebShellWindow.cpp \
nsAppShellFactory.cpp \
nsCommandLineService.cpp \
nsFileLocations.cpp \
$(NULL)
include $(topsrcdir)/config/config.mk

View File

@@ -27,6 +27,7 @@ CPPSRCS= \
nsWebShellWindow.cpp \
nsAppShellFactory.cpp \
nsCommandLineService.cpp \
nsFileLocations.cpp \
$(NULL)
CPP_OBJS= \
@@ -35,6 +36,7 @@ CPP_OBJS= \
.\$(OBJDIR)\nsWebShellWindow.obj \
.\$(OBJDIR)\nsAppShellFactory.obj \
.\$(OBJDIR)\nsCommandLineService.obj \
.\$(OBJDIR)\nsFileLocations.obj \
$(NULL)
LINCS=-I$(PUBLIC)\raptor \