Bug #108965 --> remove xul emitter from the build

r=ducarroz
sr=sspitzer
This commit is contained in:
mscott%netscape.com 2002-01-25 23:20:21 +00:00
Родитель ca37c8c0bb
Коммит 4ede9265de
2 изменённых файлов: 0 добавлений и 78 удалений

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

@ -52,7 +52,6 @@ EXPORTS = \
nsMimeHtmlEmitter.h \
nsMimeXmlEmitter.h \
nsMimeRawEmitter.h \
nsMimeXULEmitter.h \
nsMimeBaseEmitter.h \
$(NULL)
@ -63,7 +62,6 @@ CPPSRCS = \
nsMimeRawEmitter.cpp \
nsMimeXmlEmitter.cpp \
nsMimeHtmlEmitter.cpp \
nsMimeXULEmitter.cpp \
$(NULL)
# we don't want the shared lib, but we want to force the creation of a static lib.

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

@ -1,76 +0,0 @@
#!nmake
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
DEPTH=..\..\..\..
MODULE=mimeemitter
REQUIRES = xpcom \
string \
mime \
msgbase \
msgbaseutil \
pref \
necko \
intl \
locale \
mailnews \
msgdb \
addrbook \
mimetype \
msgnews \
unicharutil \
$(NULL)
include <$(DEPTH)\config\config.mak>
################################################################################
## exports
EXPORTS= nsEmitterUtils.h \
nsMimeRebuffer.h \
nsMimeHtmlEmitter.h \
nsMimeRawEmitter.h \
nsMimeXmlEmitter.h \
nsMimeXULEmitter.h \
nsMimeBaseEmitter.h \
$(NULL)
################################################################################
## library
LIBRARY_NAME=emitterutils_s
CPP_OBJS= .\$(OBJDIR)\nsMimeBaseEmitter.obj \
.\$(OBJDIR)\nsMimeXmlEmitter.obj \
.\$(OBJDIR)\nsMimeRawEmitter.obj \
.\$(OBJDIR)\nsMimeHtmlEmitter.obj \
.\$(OBJDIR)\nsEmitterUtils.obj \
.\$(OBJDIR)\nsMimeRebuffer.obj \
.\$(OBJDIR)\nsMimeXULEmitter.obj \
$(NULL)
include <$(DEPTH)\config\rules.mak>
libs:: $(LIBRARY)
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
clobber::
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib