first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / filesystem / makefile
1 include cpp/variables.def
2
3 PROJECT = filesystem
4 TYPE = library
5 SOURCE = byte_filer.cpp directory.cpp directory_tree.cpp file_info.cpp \
6   file_time.cpp filename.cpp filename_list.cpp filename_tree.cpp \
7   heavy_file_ops.cpp huge_file.cpp
8 TARGETS = filesystem.lib
9
10 include cpp/rules.def
11