include cpp/variables.def

PROJECT = textual
TYPE = library
SOURCE = byte_formatter.cpp list_parsing.cpp parser_bits.cpp string_manipulation.cpp \
  xml_generator.cpp xml_parser.cpp
TARGETS = textual.lib

include cpp/rules.def

