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:
@@ -129,8 +129,3 @@ update_file(P("contrib/win32build/tor-mingw.nsi.in"),
|
||||
re.compile(r'!define VERSION .*'),
|
||||
u'!define VERSION "{}"'.format(version),
|
||||
encoding="iso-8859-1")
|
||||
|
||||
# In src/win32/orconfig.h, we replace the definition of VERSION.
|
||||
update_file(P("src/win32/orconfig.h"),
|
||||
re.compile(r'#define VERSION .*'),
|
||||
u'#define VERSION "{}"'.format(version))
|
||||
|
||||
Reference in New Issue
Block a user