зеркало из https://github.com/mozilla/pjs.git
Hooking up nsISaveAsCharset to the build, part of bug fix 8865, r=ftang.
This commit is contained in:
Родитель
e381578d43
Коммит
1406ba604b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче