зеркало из https://github.com/mozilla/gecko-dev.git
Add nsHTMLUtils.cpp to the build
This commit is contained in:
Родитель
916e4d20c1
Коммит
fbbf14c400
|
@ -96,6 +96,7 @@ CPPSRCS = \
|
|||
nsHTMLTitleElement.cpp \
|
||||
nsHTMLUListElement.cpp \
|
||||
nsHTMLUnknownElement.cpp \
|
||||
nsHTMLUtils.cpp \
|
||||
nsHTMLWBRElement.cpp \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ CPPSRCS= \
|
|||
nsAttributeContent.cpp \
|
||||
nsGenericHTMLElement.cpp \
|
||||
nsGenericDOMHTMLCollection.cpp \
|
||||
nsHTMLUtils.cpp \
|
||||
GenericElementCollection.cpp \
|
||||
nsHTMLAnchorElement.cpp \
|
||||
nsHTMLAppletElement.cpp \
|
||||
|
@ -101,6 +102,7 @@ CPP_OBJS= \
|
|||
.\$(OBJDIR)\nsAttributeContent.obj \
|
||||
.\$(OBJDIR)\nsGenericHTMLElement.obj \
|
||||
.\$(OBJDIR)\nsGenericDOMHTMLCollection.obj \
|
||||
.\$(OBJDIR)\nsHTMLUtils.obj \
|
||||
.\$(OBJDIR)\GenericElementCollection.obj \
|
||||
.\$(OBJDIR)\nsHTMLAnchorElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLAppletElement.obj \
|
||||
|
|
|
@ -96,6 +96,7 @@ CPPSRCS = \
|
|||
nsHTMLTitleElement.cpp \
|
||||
nsHTMLUListElement.cpp \
|
||||
nsHTMLUnknownElement.cpp \
|
||||
nsHTMLUtils.cpp \
|
||||
nsHTMLWBRElement.cpp \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ CPPSRCS= \
|
|||
nsAttributeContent.cpp \
|
||||
nsGenericHTMLElement.cpp \
|
||||
nsGenericDOMHTMLCollection.cpp \
|
||||
nsHTMLUtils.cpp \
|
||||
GenericElementCollection.cpp \
|
||||
nsHTMLAnchorElement.cpp \
|
||||
nsHTMLAppletElement.cpp \
|
||||
|
@ -101,6 +102,7 @@ CPP_OBJS= \
|
|||
.\$(OBJDIR)\nsAttributeContent.obj \
|
||||
.\$(OBJDIR)\nsGenericHTMLElement.obj \
|
||||
.\$(OBJDIR)\nsGenericDOMHTMLCollection.obj \
|
||||
.\$(OBJDIR)\nsHTMLUtils.obj \
|
||||
.\$(OBJDIR)\GenericElementCollection.obj \
|
||||
.\$(OBJDIR)\nsHTMLAnchorElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLAppletElement.obj \
|
||||
|
|
Загрузка…
Ссылка в новой задаче