first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / structures / makefile
1 include cpp/variables.def
2
3 PROJECT = structures
4 TYPE = library
5 SOURCE = bit_vector.cpp checksums.cpp memory_limiter.cpp object_packers.cpp \
6   static_memory_gremlin.cpp string_hasher.cpp string_table.cpp version_record.cpp
7 TARGETS = structures.lib
8
9 include cpp/rules.def
10