Adding headers for new DOM Level 2 interfaces to the build, not used yet.

This commit is contained in:
jst%netscape.com 2000-04-26 12:30:42 +00:00
Родитель 994b21c647
Коммит 922ccbe1ad
6 изменённых файлов: 38 добавлений и 23 удалений

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

@ -26,17 +26,21 @@ nsIDOMCharacterData.h
nsIDOMComment.h
nsIDOMDOMImplementation.h
nsIDOMDocument.h
nsIDOMDocumentType.h
nsIDOMDocumentFragment.h
nsIDOMDocumentStyle.h
nsIDOMDocumentType.h
nsIDOMDocumentView.h
nsIDOMElement.h
nsIDOMEntity.h
nsIDOMMediaList.h
nsIDOMNotation.h
nsIDOMNSDocument.h
nsIDOMEntityReference.h
nsIDOMNode.h
nsIDOMNamedNodeMap.h
nsIDOMNodeList.h
nsIDOMProcessingInstruction.h
nsIDOMText.h
nsIDOMStyleSheet.h
nsIDOMStyleSheetCollection.h
nsIDOMNSDocument.h
nsIDOMStyleSheetList.h
nsIDOMText.h

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

@ -35,20 +35,24 @@ EXPORTS = \
nsIDOMComment.h \
nsIDOMDOMImplementation.h \
nsIDOMDocument.h \
nsIDOMDocumentType.h \
nsIDOMDocumentFragment.h \
nsIDOMDocumentStyle.h \
nsIDOMDocumentType.h \
nsIDOMDocumentView.h \
nsIDOMElement.h \
nsIDOMEntity.h \
nsIDOMMediaList.h \
nsIDOMNotation.h \
nsIDOMNSDocument.h \
nsIDOMEntityReference.h \
nsIDOMNode.h \
nsIDOMNamedNodeMap.h \
nsIDOMNodeList.h \
nsIDOMProcessingInstruction.h \
nsIDOMText.h \
nsIDOMStyleSheet.h \
nsIDOMStyleSheetCollection.h \
nsIDOMNSDocument.h \
nsIDOMStyleSheetList.h \
nsIDOMText.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))

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

@ -24,26 +24,30 @@ DEPTH=..\..\..
DEFINES=-D_IMPL_NS_DOM
EXPORTS = \
nsIDOMAttr.h \
nsIDOMAttr.h \
nsIDOMCDATASection.h \
nsIDOMCharacterData.h \
nsIDOMComment.h \
nsIDOMDOMImplementation.h \
nsIDOMDocument.h \
nsIDOMCharacterData.h \
nsIDOMComment.h \
nsIDOMDOMImplementation.h \
nsIDOMDocument.h \
nsIDOMDocumentFragment.h \
nsIDOMDocumentStyle.h \
nsIDOMDocumentType.h \
nsIDOMDocumentFragment.h \
nsIDOMElement.h \
nsIDOMEntity.h \
nsIDOMNotation.h \
nsIDOMEntityReference.h \
nsIDOMNode.h \
nsIDOMDocumentView.h \
nsIDOMElement.h \
nsIDOMEntity.h \
nsIDOMMediaList.h \
nsIDOMNotation.h \
nsIDOMNSDocument.h \
nsIDOMEntityReference.h \
nsIDOMNode.h \
nsIDOMNamedNodeMap.h \
nsIDOMNodeList.h \
nsIDOMProcessingInstruction.h \
nsIDOMText.h \
nsIDOMStyleSheet.h \
nsIDOMStyleSheetCollection.h \
nsIDOMNSDocument.h \
nsIDOMNodeList.h \
nsIDOMProcessingInstruction.h \
nsIDOMStyleSheet.h \
nsIDOMStyleSheetCollection.h \
nsIDOMStyleSheetList.h \
nsIDOMText.h \
$(NULL)

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

@ -26,6 +26,7 @@ nsIDOMCSSImportRule.h
nsIDOMCSSMediaRule.h
nsIDOMCSSPageRule.h
nsIDOMCSSRule.h
nsIDOMCSSRuleList.h
nsIDOMCSSStyleDeclaration.h
nsIDOMCSSStyleRule.h
nsIDOMCSSStyleRuleCollection.h

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

@ -35,6 +35,7 @@ EXPORTS = \
nsIDOMCSSMediaRule.h \
nsIDOMCSSPageRule.h \
nsIDOMCSSRule.h \
nsIDOMCSSRuleList.h \
nsIDOMCSSStyleDeclaration.h \
nsIDOMCSSStyleRule.h \
nsIDOMCSSStyleRuleCollection.h \

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

@ -30,6 +30,7 @@ EXPORTS= \
nsIDOMCSSMediaRule.h \
nsIDOMCSSPageRule.h \
nsIDOMCSSRule.h \
nsIDOMCSSRuleList.h \
nsIDOMCSSStyleDeclaration.h \
nsIDOMCSSStyleRule.h \
nsIDOMCSSStyleRuleCollection.h \