first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / applications / bookmark_tools / makefile
1 CONSOLE_MODE = true
2
3 include cpp/variables.def
4
5 PROJECT = bookmark_tools
6 TYPE = application
7 SOURCE = bookmark_tree.cpp bookmark_version.rc 
8 LOCAL_LIBS_USED += application configuration filesystem loggers mathematics nodes \
9   processes textual timely structures basis 
10 TARGETS = js_marks_maker.exe link_parser.exe marks_checker.exe marks_maker.exe marks_sorter.exe
11 USE_CURL = t
12
13 include cpp/rules.def
14