Added nsImageDocument

This commit is contained in:
kipp%netscape.com 1998-07-27 18:01:06 +00:00
parent 5fc2d393bc
commit b8f37859fb
2 changed files with 10 additions and 7 deletions

View File

@ -33,12 +33,13 @@ INCLUDES += \
# Note the sophisticated alphabetical ordering :-|
CPPSRCS = \
nsMarkupDocument.cpp \
nsHTMLContentSink.cpp \
nsHTMLDocument.cpp \
nsHTMLFrame.cpp \
nsHTMLFrameset.cpp \
nsHTMLParts.cpp \
nsHTMLFrame.cpp \
nsHTMLFrameset.cpp \
nsHTMLParts.cpp \
nsImageDocument.cpp \
nsMarkupDocument.cpp \
$(NULL)
EXPORTS = \

View File

@ -24,21 +24,23 @@ REQUIRES=xpcom raptor
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
CPPSRCS= \
nsMarkupDocument.cpp \
nsHTMLContentSink.cpp \
nsHTMLDocument.cpp \
nsHTMLFrame.cpp \
nsHTMLFrame.cpp \
nsHTMLFrameset.cpp \
nsHTMLParts.cpp \
nsImageDocument.cpp \
nsMarkupDocument.cpp \
$(NULL)
CPP_OBJS= \
.\$(OBJDIR)\nsMarkupDocument.obj \
.\$(OBJDIR)\nsHTMLContentSink.obj \
.\$(OBJDIR)\nsHTMLDocument.obj \
.\$(OBJDIR)\nsHTMLFrame.obj \
.\$(OBJDIR)\nsHTMLFrameset.obj \
.\$(OBJDIR)\nsHTMLParts.obj \
.\$(OBJDIR)\nsImageDocument.obj \
.\$(OBJDIR)\nsMarkupDocument.obj \
$(NULL)
EXPORTS = \