Checking in patch from jband@netscape.com that makes it possible to build on Win98 again. r=me

git-svn-id: svn://10.0.0.236/trunk@63459 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%netscape.com 2000-03-20 14:12:57 +00:00
parent ff5fe9c747
commit 33e1ca7b34

View File

@ -92,11 +92,15 @@ EXPORTS2= \
nsIDOMHTMLUListElement.h \
nsIDOMHTMLEmbedElement.h \
nsIDOMImage.h \
$(NULL)
EXPORTS3= \
nsIDOMNSHTMLButtonElement.h \
nsIDOMNSHTMLDocument.h \
nsIDOMOption.h \
nsIDOMNSHTMLAnchorElement.h \
nsIDOMNSHTMLAreaElement.h
nsIDOMNSHTMLAreaElement.h \
$(NULL)
MODULE=dom
@ -105,6 +109,8 @@ include <$(DEPTH)\config\rules.mak>
export:: $(XPDIST)\include
for %f in ($(EXPORTS2)) do $(MAKE_INSTALL:/=\) %f $(XPDIST:/=\)\include
for %f in ($(EXPORTS3)) do $(MAKE_INSTALL:/=\) %f $(XPDIST:/=\)\include
clobber::
-for %g in ($(EXPORTS2)) do $(RM) $(XPDIST:/=\)\include\%g
-for %g in ($(EXPORTS3)) do $(RM) $(XPDIST:/=\)\include\%g