adding new file nsWindowCreator. bug 67368 r=hyatt,jst

This commit is contained in:
danm%netscape.com 2001-02-26 00:30:58 +00:00
parent 0047f0f33a
commit 1018009367
3 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = apprunner
REQUIRES = xpcom string webbrwsr widget dom js necko pref appshell wallet layout chrome rdf profile xpinstall uriloader editor view java oji
REQUIRES = xpcom string webbrwsr widget dom js necko pref appshell wallet layout chrome rdf profile xpinstall uriloader editor view java oji embedcomponents
ifeq ($(USE_SHORT_LIBNAME),1)
PROGRAM = mozilla$(BIN_SUFFIX)
@ -42,6 +42,7 @@ EXTRA_DSO_LIBS = gkgfx \
CPPSRCS = \
nsAppRunner.cpp \
nsSetupRegistry.cpp \
nsWindowCreator.cpp \
nsSigHandlers.cpp \
$(NULL)

View File

@ -30,6 +30,7 @@ MODULE=raptor
CPPSRCS= \
nsAppRunner.cpp \
nsSetupRegistry.cpp \
nsWindowCreator.cpp \
nsNativeAppSupportBase.cpp \
nsNativeAppSupportWin.cpp \
$(NULL)
@ -37,6 +38,7 @@ CPPSRCS= \
CPP_OBJS= \
.\$(OBJDIR)\nsAppRunner.obj \
.\$(OBJDIR)\nsSetupRegistry.obj \
.\$(OBJDIR)\nsWindowCreator.obj \
.\$(OBJDIR)\nsNativeAppSupportBase.obj \
.\$(OBJDIR)\nsNativeAppSupportWin.obj \
$(NULL)