first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / applications / example_application / makefile
1 CONSOLE_MODE = t
2
3 include cpp/variables.def
4
5 PROJECT = example_application
6 TYPE = application
7 SOURCE = 
8 TARGETS = example_application.exe
9 LOCAL_LIBS_USED = application unit_test loggers configuration processes filesystem textual \
10   structures timely basis
11
12 include cpp/rules.def
13