mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Add a missing part of bug 7311's makefile.nmake tweaks
Fix by "ultramage". This already has a changes entry.
This commit is contained in:
parent
514d484597
commit
2386a98d46
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user