mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
Not part of the build, a=leaf
Bringing Makefiles uptodate with String changes Get testcase going into new chrome structure.
This commit is contained in:
parent
451ec80537
commit
863c20c844
@ -30,6 +30,8 @@ DIRS = base net xml xpath xslt
|
||||
|
||||
ifndef MOZ_XSL
|
||||
DIRS += main
|
||||
else
|
||||
DIRS += examples
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -38,11 +38,15 @@ CPPSRCS = ArrayList.cpp \
|
||||
NamedMap.cpp \
|
||||
SimpleErrorObserver.cpp \
|
||||
Stack.cpp \
|
||||
TxString.cpp \
|
||||
StringComparator.cpp \
|
||||
StringList.cpp \
|
||||
Tokenizer.cpp
|
||||
|
||||
ifdef MOZ_XSL
|
||||
CPPSRCS += MozillaString.cpp
|
||||
else
|
||||
CPPSRCS += TxString.cpp
|
||||
endif
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifdef MOZ_XSL
|
||||
|
Loading…
Reference in New Issue
Block a user