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:
axel%pike.org 2005-11-02 07:36:02 +00:00
parent 451ec80537
commit 863c20c844
2 changed files with 7 additions and 1 deletions

View File

@ -30,6 +30,8 @@ DIRS = base net xml xpath xslt
ifndef MOZ_XSL
DIRS += main
else
DIRS += examples
endif
include $(topsrcdir)/config/rules.mk

View File

@ -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