Added nsTSDNotifier.cpp to build list.

This commit is contained in:
kin%netscape.com 1999-04-20 17:57:48 +00:00
Родитель 18794ac117
Коммит 2a887f14f1
2 изменённых файлов: 3 добавлений и 0 удалений

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

@ -29,6 +29,7 @@ IS_COMPONENT = 1
CPPSRCS = \
nsTextServicesDocument.cpp \
nsTextServicesFactory.cpp \
nsTSDNotifier.cpp \
$(NULL)
EXTRA_DSO_LDOPTS = \

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

@ -23,11 +23,13 @@ LIBRARY_NAME=txtsvc
CPPSRCS = \
nsTextServicesDocument.cpp \
nsTextServicesFactory.cpp \
nsTSDNotifier.cpp \
$(NULL)
CPP_OBJS = \
.\$(OBJDIR)\nsTextServicesDocument.obj \
.\$(OBJDIR)\nsTextServicesFactory.obj \
.\$(OBJDIR)\nsTSDNotifier.obj \
$(NULL)
MODULE=txtsvc