remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron

git-svn-id: svn://10.0.0.236/trunk@109714 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
leaf%mozilla.org
2001-12-05 03:43:29 +00:00
parent 137ea46823
commit 516776e606
94 changed files with 33 additions and 1258 deletions

View File

@@ -43,32 +43,6 @@ DEFINES=-D_IMPL_NS_HTMLPARS -DWIN32_LEAN_AND_MEAN -DXML_DTD
LIBRARY_NAME = gkparser
MODULE_NAME = nsParserModule
CPPSRCS = \
nsDTDUtils.cpp \
nsHTMLTokenizer.cpp \
nsExpatTokenizer.cpp\
nsElementTable.cpp \
CNavDTD.cpp \
COtherDTD.cpp \
nsHTMLEntities.cpp \
nsHTMLTags.cpp \
nsHTMLTokens.cpp \
nsParser.cpp \
CParserContext.cpp \
nsParserNode.cpp \
nsScanner.cpp \
nsToken.cpp \
nsWellFormedDTD.cpp \
nsViewSourceHTML.cpp\
nsParserService.cpp \
nsParserModule.cpp \
nsParserMsgUtils.cpp \
!ifdef MOZ_DEBUG
nsLoggingSink.cpp \
nsHTMLNullSink.cpp \
!endif
$(NULL)
CPP_OBJS = \
.\$(OBJDIR)\nsDTDUtils.obj \
.\$(OBJDIR)\nsHTMLTokenizer.obj \