aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-02 21:59:49 +0000
committerlloyd <[email protected]>2009-07-02 21:59:49 +0000
commit1163077648f0ee5719aebf9b1d73c552ada2aab3 (patch)
treea0f68d06d368bbad5a5cc9f2dc75862c2a120b48 /src/entropy
parent8de767ca1c8b36a4c0f942fbb2fd4c6d6fd520ce (diff)
Minor hackery to deal with win32 library dependencies
Diffstat (limited to 'src/entropy')
-rw-r--r--src/entropy/cryptoapi_rng/info.txt2
-rw-r--r--src/entropy/win32_stats/info.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/entropy/cryptoapi_rng/info.txt b/src/entropy/cryptoapi_rng/info.txt
index 40104664b..643c67d2e 100644
--- a/src/entropy/cryptoapi_rng/info.txt
+++ b/src/entropy/cryptoapi_rng/info.txt
@@ -17,5 +17,5 @@ cygwin
</os>
<libs>
-windows -> advapi32
+windows -> advapi32.lib
</libs>
diff --git a/src/entropy/win32_stats/info.txt b/src/entropy/win32_stats/info.txt
index 825765539..ca7100923 100644
--- a/src/entropy/win32_stats/info.txt
+++ b/src/entropy/win32_stats/info.txt
@@ -20,5 +20,5 @@ mingw
</os>
<libs>
-windows -> user32
+windows -> user32.lib
</libs>