working on getting the run as service tool to work again.
[feisty_meow.git] / nucleus / library / security / makefile
diff --git a/nucleus/library/security/makefile b/nucleus/library/security/makefile
new file mode 100644 (file)
index 0000000..6b96330
--- /dev/null
@@ -0,0 +1,12 @@
+CONSOLE_MODE = true
+
+include cpp/variables.def
+
+PROJECT = security
+TYPE = library
+ifeq "$(OP_SYSTEM)" "WIN32"
+  SOURCE = nt_security.cpp win32_security.cpp windows_firewall.cpp
+endif
+TARGETS = security.lib
+
+include cpp/rules.def