Bug 113917 r=dcone sr=attinasi
This commit is contained in:
rods%netscape.com 2001-12-21 01:25:16 +00:00
Родитель 6a306e27e2
Коммит a60fa30be1
4 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -68,6 +68,9 @@ XPIDLSRCS = \
nsISelectionPrivate.idl \
nsIScriptLoader.idl \
nsIScriptLoaderObserver.idl \
nsIPrintProgress.idl \
nsIPrintProgressParams.idl \
nsIPrintStatusFeedback.idl \
$(NULL)
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -63,6 +63,9 @@ XPIDLSRCS= \
.\nsISelectionPrivate.idl \
.\nsIScriptLoader.idl \
.\nsIScriptLoaderObserver.idl \
.\nsIPrintProgress.idl \
.\nsIPrintStatusFeedback.idl \
.\nsIPrintProgressParams.idl \
$(NULL)

Просмотреть файл

@ -54,6 +54,7 @@ REQUIRES = xpcom \
windowwatcher \
imglib2 \
gfx2 \
uriloader \
webbrwsr \
$(NULL)
@ -66,6 +67,8 @@ CPPSRCS = \
nsDocumentEncoder.cpp \
nsDocumentFragment.cpp \
nsDocumentViewer.cpp \
nsPrintProgress.cpp \
nsPrintProgressParams.cpp \
nsDOMAttribute.cpp \
nsDOMAttributeMap.cpp \
nsDOMDocumentType.cpp \

Просмотреть файл

@ -55,10 +55,13 @@ REQUIRES = xpcom \
intl \
imglib2 \
gfx2 \
uriloader \
webBrowser_core\
$(NULL)
CPP_OBJS= \
.\$(OBJDIR)\nsPrintProgress.obj \
.\$(OBJDIR)\nsPrintProgressParams.obj \
.\$(OBJDIR)\nsStyleContext.obj \
.\$(OBJDIR)\nsStyleSet.obj \
.\$(OBJDIR)\nsCommentNode.obj \