mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove broken MSVC support
MSVC compilation has been broken since at least 1e417b7275 ("All remaining
files in src/common belong to the event loop.") deleted
src/common/Makefile.nmake in 2018.
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
all: tor-resolve.exe tor-gencert.exe tor-print-ed-signing-cert.exe
|
||||
|
||||
CFLAGS = /I ..\win32 /I ..\..\..\build-alpha\include /I ..\common /I ..\or
|
||||
|
||||
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 \
|
||||
crypt32.lib gdi32.lib user32.lib
|
||||
|
||||
tor-gencert.exe: tor-gencert.obj
|
||||
$(CC) $(CFLAGS) $(LIBS) ..\common\*.lib tor-gencert.obj
|
||||
|
||||
tor-resolve.exe: tor-resolve.obj
|
||||
$(CC) $(CFLAGS) $(LIBS) ..\common\*.lib tor-resolve.obj
|
||||
|
||||
tor-print-ed-signing-cert.exe: tor-print-ed-signing-cert.obj
|
||||
$(CC) $(CFLAGS) $(LIBS) ..\common\*.lib tor-print-ed-signing-cert.obj
|
||||
|
||||
clean:
|
||||
del *.obj *.lib *.exe
|
||||
Reference in New Issue
Block a user