diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-17 10:01:22 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-17 10:01:22 -0500 |
commit | 2386a98d461bfbd8bbe0f5a17402841599c769e5 (patch) | |
tree | 2f9c1513b24f6047689e66a1f759a1f167ab3a6f /src/or/Makefile.nmake | |
parent | 514d48459786eb5a88a657b23cbee3cc5b570ce4 (diff) | |
download | tor-2386a98d461bfbd8bbe0f5a17402841599c769e5.tar.gz tor-2386a98d461bfbd8bbe0f5a17402841599c769e5.zip |
Add a missing part of bug 7311's makefile.nmake tweaks
Fix by "ultramage".
This already has a changes entry.
Diffstat (limited to 'src/or/Makefile.nmake')
-rw-r--r-- | src/or/Makefile.nmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/Makefile.nmake b/src/or/Makefile.nmake index bf67769b52..c33407373c 100644 --- a/src/or/Makefile.nmake +++ b/src/or/Makefile.nmake @@ -7,7 +7,8 @@ LIBS = ..\..\..\build-alpha\lib\libevent.lib \ ..\..\..\build-alpha\lib\libcrypto.lib \ ..\..\..\build-alpha\lib\libssl.lib \ ..\..\..\build-alpha\lib\libz.lib \ - ws2_32.lib advapi32.lib shell32.lib + ws2_32.lib advapi32.lib shell32.lib \ + crypt32.lib gdi32.lib user32.lib LIBTOR_OBJECTS = \ addressmap.obj \ |