first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / crypto / makefile
1 CONSOLE_MODE = true
2
3 include cpp/variables.def
4
5 TYPE = library
6 PROJECT = crypto
7 SOURCE = blowfish_crypto.cpp rsa_crypto.cpp ssl_init.cpp
8 USE_SSL = t
9 TARGETS = crypto.lib
10
11 include cpp/rules.def
12