mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
use the /Fe flag with msvc
Fixes 7309
This commit is contained in:
@@ -61,10 +61,10 @@ LIBTOR_OBJECTS = \
|
||||
transports.obj
|
||||
|
||||
libtor.lib: $(LIBTOR_OBJECTS)
|
||||
lib $(LIBTOR_OBJECTS) /out:libtor.lib
|
||||
lib $(LIBTOR_OBJECTS) /out:$@
|
||||
|
||||
tor.exe: libtor.lib tor_main.obj
|
||||
$(CC) $(CFLAGS) $(LIBS) libtor.lib ..\common\*.lib tor_main.obj
|
||||
$(CC) $(CFLAGS) $(LIBS) libtor.lib ..\common\*.lib tor_main.obj /Fe$@
|
||||
|
||||
clean:
|
||||
del $(LIBTOR_OBJECTS) *.lib tor.exe
|
||||
|
||||
Reference in New Issue
Block a user