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,12 +0,0 @@
|
||||
all: csiphash.lib
|
||||
|
||||
CFLAGS = /O2 /MT /I ..\win32 /I ..\..\..\build-alpha\include /I ..\common \
|
||||
/I ..\ext
|
||||
|
||||
CSIPHASH_OBJECTS = csiphash.obj
|
||||
|
||||
csiphash.lib: $(CSIPHASH_OBJECTS)
|
||||
lib $(CSIPHASH_OBJECTS) $(CURVE25519_DONNA_OBJECTS) /out:csiphash.lib
|
||||
|
||||
clean:
|
||||
del *.obj *.lib
|
||||
Reference in New Issue
Block a user