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/test/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/test/Makefile.nmake')
-rw-r--r-- | src/test/Makefile.nmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/Makefile.nmake b/src/test/Makefile.nmake index 6d6af96af9..562c8df8b5 100644 --- a/src/test/Makefile.nmake +++ b/src/test/Makefile.nmake @@ -8,7 +8,8 @@ LIBS = ..\..\..\build-alpha\lib\libevent.lib \ ..\..\..\build-alpha\lib\libssl.lib \ ..\..\..\build-alpha\lib\libz.lib \ ..\or\libtor.lib \ - ws2_32.lib advapi32.lib shell32.lib + ws2_32.lib advapi32.lib shell32.lib \ + crypt32.lib gdi32.lib user32.lib TEST_OBJECTS = test.obj test_addr.obj test_containers.obj \ test_crypto.obj test_data.obj test_dir.obj test_microdesc.obj \ |