aboutsummaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-01-17 10:01:22 -0500
committerNick Mathewson <nickm@torproject.org>2013-01-17 10:01:22 -0500
commit2386a98d461bfbd8bbe0f5a17402841599c769e5 (patch)
tree2f9c1513b24f6047689e66a1f759a1f167ab3a6f /src/tools
parent514d48459786eb5a88a657b23cbee3cc5b570ce4 (diff)
downloadtor-2386a98d461bfbd8bbe0f5a17402841599c769e5.tar
tor-2386a98d461bfbd8bbe0f5a17402841599c769e5.tar.gz
Add a missing part of bug 7311's makefile.nmake tweaks
Fix by "ultramage". This already has a changes entry.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/Makefile.nmake b/src/tools/Makefile.nmake
index a30a28b2e..fda1990e0 100644
--- a/src/tools/Makefile.nmake
+++ b/src/tools/Makefile.nmake
@@ -6,8 +6,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
tor-gencert.exe: tor-gencert.obj
$(CC) $(CFLAGS) $(LIBS) ..\common\*.lib tor-gencert.obj