X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=core%2Flibrary%2Fcrypto%2Fmakefile;fp=core%2Flibrary%2Fcrypto%2Fmakefile;h=0000000000000000000000000000000000000000;hb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;hp=97c7376a06a42988dbcff9ec79d0e76eb4f48c2f;hpb=32d7caf45d886d0d24e69eea00511c7815ac15d0;p=feisty_meow.git diff --git a/core/library/crypto/makefile b/core/library/crypto/makefile deleted file mode 100644 index 97c7376a..00000000 --- a/core/library/crypto/makefile +++ /dev/null @@ -1,12 +0,0 @@ -CONSOLE_MODE = true - -include cpp/variables.def - -TYPE = library -PROJECT = crypto -SOURCE = blowfish_crypto.cpp rsa_crypto.cpp ssl_init.cpp -USE_SSL = t -TARGETS = crypto.lib - -include cpp/rules.def -