bug #15655 --> no longer build nsMimeFactory.cpp...we build

nsMimeModule instead.
r=rhp
This commit is contained in:
mscott%netscape.com 1999-10-12 05:04:25 +00:00
Родитель f41658ff2d
Коммит 7b5ea39719
1 изменённых файлов: 8 добавлений и 10 удалений

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

@ -1,4 +1,4 @@
# #
# The contents of this file are subject to the Netscape Public License # The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in # Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at # compliance with the NPL. You may obtain a copy of the NPL at
@ -23,14 +23,12 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
MODULE = mime MODULE = mime
LIBRARY_NAME = mime LIBRARY_NAME = mime_s
IS_COMPONENT = 1
CSRCS = oldi18n.c CSRCS = oldi18n.c
CPPSRCS = \ CPPSRCS = \
nsMimeURLUtils.cpp \ nsMimeURLUtils.cpp \
nsMimeFactory.cpp \
nsMimeObjectClassAccess.cpp \ nsMimeObjectClassAccess.cpp \
nsMimeConverter.cpp \ nsMimeConverter.cpp \
nsMimeAddress.cpp \ nsMimeAddress.cpp \
@ -77,6 +75,10 @@ EXPORTS = \
nsMimeObjectClassAccess.h \ nsMimeObjectClassAccess.h \
nsMimeStringResources.h \ nsMimeStringResources.h \
nsMimeConverter.h \ nsMimeConverter.h \
nsMimeHeaders.h \
nsStreamConverter.h \
nsMimeURLUtils.h \
nsMsgHeaderParser.h \
mimetext.h \ mimetext.h \
mimeleaf.h \ mimeleaf.h \
mimecth.h \ mimecth.h \
@ -94,12 +96,8 @@ EXPORTS = \
comi18n.h \ comi18n.h \
$(NULL) $(NULL)
EXTRA_DSO_LDOPTS = \ override NO_SHARED_LIB=1
-L$(DIST)/bin \ override NO_STATIC_LIB=
-L$(DIST)/lib \
-lxpcom \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk