Fix MOZ_TRACK_MODULE_DEPS bustage resulting from string and xul changes.

This commit is contained in:
dbaron%fas.harvard.edu 2001-02-22 12:20:04 +00:00
Родитель e53227d6ad
Коммит 74fb1eeaf0
2 изменённых файлов: 1 добавлений и 103 удалений

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

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = dom
LIBRARY_NAME = jsdombase_s
REQUIRES = xpcom string webbrwsr js widget layout caps docshell xpconnect pref oji necko java locale uriloader sidebar rdf timer cookie webshell view uconv htmlparser shistory plugin windowwatcher
REQUIRES = xpcom string webbrwsr js widget layout caps docshell xpconnect pref oji necko java locale uriloader sidebar xuldoc timer cookie webshell view uconv htmlparser shistory plugin windowwatcher
CPPSRCS = \
nsBarProps.cpp \

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

@ -1,102 +0,0 @@
#
# 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 = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = dom
LIBRARY_NAME = jsdomhtml_s
REQUIRES = xpcom string js widget layout caps rdf
CPPSRCS = \
nsJSHTMLIFrameElement.cpp \
nsJSHTMLAnchorElement.cpp \
nsJSHTMLAppletElement.cpp \
nsJSHTMLAreaElement.cpp \
nsJSHTMLBRElement.cpp \
nsJSHTMLBaseElement.cpp \
nsJSHTMLBaseFontElement.cpp \
nsJSHTMLBodyElement.cpp \
nsJSHTMLButtonElement.cpp \
nsJSHTMLCollection.cpp \
nsJSHTMLDListElement.cpp \
nsJSHTMLDirectoryElement.cpp \
nsJSHTMLDivElement.cpp \
nsJSHTMLDocument.cpp \
nsJSHTMLElement.cpp \
nsJSHTMLEmbedElement.cpp \
nsJSHTMLFieldSetElement.cpp \
nsJSHTMLFontElement.cpp \
nsJSHTMLFormElement.cpp \
nsJSHTMLFormControlList.cpp \
nsJSHTMLFrameElement.cpp \
nsJSHTMLFrameSetElement.cpp \
nsJSHTMLHRElement.cpp \
nsJSHTMLHeadElement.cpp \
nsJSHTMLHeadingElement.cpp \
nsJSHTMLHtmlElement.cpp \
nsJSHTMLImageElement.cpp \
nsJSHTMLInputElement.cpp \
nsJSHTMLIsIndexElement.cpp \
nsJSHTMLLIElement.cpp \
nsJSHTMLLabelElement.cpp \
nsJSHTMLLayerElement.cpp \
nsJSHTMLLegendElement.cpp \
nsJSHTMLLinkElement.cpp \
nsJSHTMLMapElement.cpp \
nsJSHTMLMenuElement.cpp \
nsJSHTMLMetaElement.cpp \
nsJSHTMLModElement.cpp \
nsJSHTMLOListElement.cpp \
nsJSHTMLObjectElement.cpp \
nsJSHTMLOptGroupElement.cpp \
nsJSNSHTMLOptionCollection.cpp \
nsJSHTMLOptionElement.cpp \
nsJSHTMLParagraphElement.cpp \
nsJSHTMLParamElement.cpp \
nsJSHTMLPreElement.cpp \
nsJSHTMLQuoteElement.cpp \
nsJSHTMLScriptElement.cpp \
nsJSHTMLSelectElement.cpp \
nsJSHTMLStyleElement.cpp \
nsJSHTMLTableCaptionElement.cpp \
nsJSHTMLTableCellElement.cpp \
nsJSHTMLTableColElement.cpp \
nsJSHTMLTableElement.cpp \
nsJSHTMLTableRowElement.cpp \
nsJSHTMLTableSectionElement.cpp \
nsJSHTMLTextAreaElement.cpp \
nsJSHTMLTitleElement.cpp \
nsJSHTMLUListElement.cpp \
$(NULL)
# we don't want the shared lib, but we want to force the creation of a static lib.
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_DOM