
SubDir TOP tinyxml ;

# DEBUG can be set to include debugging info
# SUBDIRC++FLAGS += -DDEBUG ;

# TIXML_USE_STL can be used to turn on STL support.
# SUBDIRC++FLAGS += -DTIXML_USE_STL ;

# Warnings
SUBDIRC++FLAGS += -Wall -Wno-unknown-pragmas -Wno-format ;

BigObject libtinyxml.o :
	tinyxml.cpp
	tinyxmlparser.cpp
	tinyxmlerror.cpp
	tinystr.cpp
	;	

# Main xmltest : 	xmltest.cpp ;
# LinkLibraries xmltest : libtinyxml ;

SEARCH += $(SUBDIR) ;
