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