wow. that was easy: git mv core nucleus
[feisty_meow.git] / nucleus / library / crypto / makefile
diff --git a/nucleus/library/crypto/makefile b/nucleus/library/crypto/makefile
new file mode 100644 (file)
index 0000000..97c7376
--- /dev/null
@@ -0,0 +1,12 @@
+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
+