diff options
Diffstat (limited to 'src/entropy/win32_stats/info.txt')
-rw-r--r-- | src/entropy/win32_stats/info.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/entropy/win32_stats/info.txt b/src/entropy/win32_stats/info.txt new file mode 100644 index 000000000..6be850561 --- /dev/null +++ b/src/entropy/win32_stats/info.txt @@ -0,0 +1,27 @@ +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> + +<requires> +buf_es +</requires> + +<os> +windows +cygwin +</os> + +<libs> +windows -> user32 +</libs> |