mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
adding new file nsWindowCreator. bug 67368 r=hyatt,jst
This commit is contained in:
parent
0047f0f33a
commit
1018009367
@ -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)
|
||||
|
||||
|
Binary file not shown.
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user