mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
Modified the makefiles to handle the new XUL attribute class.
This commit is contained in:
parent
9e951476a4
commit
c7503b0018
@ -27,6 +27,7 @@ include $(topsrcdir)/config/config.mk
|
||||
LIBRARY_NAME = rdfcontent_s
|
||||
|
||||
CPPSRCS = \
|
||||
nsXULAttributes.cpp \
|
||||
nsJSElementObserver.cpp \
|
||||
nsJSNodeObserver.cpp \
|
||||
nsJSXULDocument.cpp \
|
||||
|
@ -27,6 +27,7 @@ LCFLAGS = \
|
||||
$(NULL)
|
||||
|
||||
CPP_OBJS=\
|
||||
.\$(OBJDIR)\nsXULAttributes.obj \
|
||||
.\$(OBJDIR)\nsJSElementObserver.obj \
|
||||
.\$(OBJDIR)\nsJSNodeObserver.obj \
|
||||
.\$(OBJDIR)\nsJSXULDocument.obj \
|
||||
|
Loading…
Reference in New Issue
Block a user