first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / basis / makefile
1 include cpp/variables.def
2
3 PROJECT = basis
4 TYPE = library
5 SOURCE = astring.cpp common_outcomes.cpp utf_conversion.cpp environment.cpp guards.cpp \
6   mutex.cpp 
7 TARGETS = basis.lib
8
9 include cpp/rules.def
10