Added nsInsertHTMLTxn

This commit is contained in:
rods%netscape.com 1999-05-07 19:38:53 +00:00
parent fab73ed4a4
commit ac50aa3b0f

View File

@ -21,6 +21,7 @@ IGNORE_MANIFEST=1
LIBRARY_NAME=ender
CPPSRCS = \
nsInsertHTMLTxn.cpp \
nsEditor.cpp \
nsTextEditor.cpp \
nsTextEditRules.cpp \
@ -58,6 +59,7 @@ CPPSRCS = \
$(NULL)
CPP_OBJS = \
.\$(OBJDIR)\nsInsertHTMLTxn.obj \
.\$(OBJDIR)\nsEditor.obj \
.\$(OBJDIR)\nsTextEditor.obj \
.\$(OBJDIR)\nsTextEditRules.obj \