reordering files to appropriate directories

git-svn-id: svn://10.0.0.236/trunk@7469 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spider%netscape.com 1998-08-06 21:32:49 +00:00
parent 0e060bf013
commit 01b8b8e2c9
5 changed files with 2 additions and 9 deletions

View File

@ -24,6 +24,8 @@ MODULE=shell
EXPORTS = \
nsMenuBar.h \
nsMenuItem.h \
nsApplicationManager.h \
nsShellInstance.h \
$(NULL)
include <$(DEPTH)\config\rules.mak>

View File

@ -52,11 +52,6 @@ LCFLAGS=-I$(PUBLIC)/xpcom -I$(PUBLIC)/raptor \
REQUIRES = xpcom raptor dom js netlib shell pref
EXPORTS = \
nsApplicationManager.h \
nsShellInstance.h \
$(NULL)
CPPSRCS= \
nsApplicationManager.cpp \
nsShellInstance.cpp \

View File

@ -23,10 +23,6 @@ MODULE=shell
DIRS = windows
EXPORTS = \
nsApplicationManager.h \
$(NULL)
CPPSRCS= \
nsApplicationManager.cpp \
nsShellInstance.cpp \