first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / octopi / applications / transporter / makefile
1 CONSOLE_MODE = t
2
3 include cpp/variables.def
4
5 PROJECT = transporter
6 TYPE = application
7 SOURCE = transporter_version.rc
8 TARGETS = find_missing.exe synch_files.exe transporter.exe 
9 LOCAL_LIBS_USED = application configuration cromp crypto loggers sockets tentacles octopus processes textual timely filesystem nodes structures basis 
10 USE_SSL = t
11 VCPP_USE_SOCK = t
12
13 include cpp/rules.def
14