use the /Fe flag with msvc

Fixes 7309
This commit is contained in:
Nick Mathewson
2012-12-18 13:41:11 -05:00
parent 9ddcd96149
commit ca3bc8973b
2 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -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