Hooking up nsISaveAsCharset to the build, part of bug fix 8865, r=ftang.

This commit is contained in:
nhotta%netscape.com 1999-10-15 00:13:00 +00:00
Родитель e381578d43
Коммит 1406ba604b
4 изменённых файлов: 8 добавлений и 1 удалений

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

@ -24,7 +24,10 @@ include $(DEPTH)/config/autoconf.mk
MODULE = unicharutil
XPIDLSRCS = nsIEntityConverter.idl
XPIDLSRCS = \
nsIEntityConverter.idl \
nsISaveAsCharset.idl \
$(NULL)
include $(topsrcdir)/config/rules.mk

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

@ -23,6 +23,7 @@ DEPTH=..\..\..
XPIDLSRCS = \
.\nsIEntityConverter.idl \
.\nsISaveAsCharset.idl \
$(NULL)

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

@ -34,6 +34,7 @@ CPPSRCS = \
nsCategoryImp.cpp \
nsHankakuToZenkaku.cpp \
nsEntityConverter.cpp \
nsSaveAsCharset.cpp \
$(NULL)
EXTRA_DSO_LDOPTS =\

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

@ -34,6 +34,7 @@ CPPSRCS= \
nsUcharUtilModule.cpp \
nsHankakuToZenkaku.cpp \
nsEntityConverter.cpp \
nsSaveAsCharset.cpp \
$(NULL)
CPP_OBJS= \
@ -42,6 +43,7 @@ CPP_OBJS= \
.\$(OBJDIR)\nsUcharUtilModule.obj \
.\$(OBJDIR)\nsHankakuToZenkaku.obj \
.\$(OBJDIR)\nsEntityConverter.obj \
.\$(OBJDIR)\nsSaveAsCharset.obj \
$(NULL)
MODULE=unicharutil