first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / textual / makefile
1 include cpp/variables.def
2
3 PROJECT = textual
4 TYPE = library
5 SOURCE = byte_formatter.cpp list_parsing.cpp parser_bits.cpp string_manipulation.cpp \
6   xml_generator.cpp xml_parser.cpp
7 TARGETS = textual.lib
8
9 include cpp/rules.def
10