Adding nsEditorCommands.cpp, for bug 18395. r=pinkerton

This commit is contained in:
sfraser%netscape.com 2000-02-16 01:35:57 +00:00
Родитель 7896d79490
Коммит 965156cfbc
2 изменённых файлов: 5 добавлений и 2 удалений

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

@ -33,6 +33,7 @@ IS_COMPONENT = 1
CPPSRCS = \
nsEditor.cpp \
nsEditorController.cpp \
nsEditorCommands.cpp \
nsEditorUtils.cpp \
nsEditorRegistration.cpp \
nsTextEditRules.cpp \

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

@ -28,6 +28,7 @@ LIBRARY_NAME=ender
CPPSRCS = \
nsEditor.cpp \
nsEditorController.cpp \
nsEditorCommands.cpp \
nsEditorUtils.cpp \
nsEditorRegistration.cpp \
nsTextEditRules.cpp \
@ -64,6 +65,7 @@ CPPSRCS = \
CPP_OBJS = \
.\$(OBJDIR)\nsEditor.obj \
.\$(OBJDIR)\nsEditorController.obj \
.\$(OBJDIR)\nsEditorCommands.obj \
.\$(OBJDIR)\nsEditorUtils.obj \
.\$(OBJDIR)\nsEditorRegistration.obj \
.\$(OBJDIR)\nsTextEditRules.obj \