6b96330712e738af13d6e0373056bed88720dc97
[feisty_meow.git] / nucleus / library / security / makefile
1 CONSOLE_MODE = true
2
3 include cpp/variables.def
4
5 PROJECT = security
6 TYPE = library
7 ifeq "$(OP_SYSTEM)" "WIN32"
8   SOURCE = nt_security.cpp win32_security.cpp windows_firewall.cpp
9 endif
10 TARGETS = security.lib
11
12 include cpp/rules.def