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
parent 17ab5a619c
commit 8b9e13afc4
2 changed files with 1 additions and 5 deletions

View File

@ -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.

View File

@ -48,8 +48,7 @@ EXPORTS= nsEmitterUtils.h \
nsMimeHtmlEmitter.h \
nsMimeRawEmitter.h \
nsMimeXmlEmitter.h \
nsMimeXULEmitter.h \
nsMimeBaseEmitter.h \
nsMimeBaseEmitter.h \
$(NULL)
################################################################################
@ -64,7 +63,6 @@ CPP_OBJS= .\$(OBJDIR)\nsMimeBaseEmitter.obj \
.\$(OBJDIR)\nsMimeHtmlEmitter.obj \
.\$(OBJDIR)\nsEmitterUtils.obj \
.\$(OBJDIR)\nsMimeRebuffer.obj \
.\$(OBJDIR)\nsMimeXULEmitter.obj \
$(NULL)
include <$(DEPTH)\config\rules.mak>