diff options
Diffstat (limited to 'modules/entropy/win32_stats/modinfo.txt')
-rw-r--r-- | modules/entropy/win32_stats/modinfo.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/entropy/win32_stats/modinfo.txt b/modules/entropy/win32_stats/modinfo.txt new file mode 100644 index 000000000..931760979 --- /dev/null +++ b/modules/entropy/win32_stats/modinfo.txt @@ -0,0 +1,23 @@ +realname "Win32 Entropy Source" + +# Probably not much of an issue anymore +#note "This module will not run under NT4" + +define ENTROPY_SRC_WIN32 +modset win32 + +load_on auto + +<add> +es_win32.h +es_win32.cpp +</add> + +<os> +windows +cygwin +</os> + +<libs> +windows -> user32 +</libs> |