aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-04-27 01:27:39 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-04-27 23:09:44 -0400
commit65ea7eed1f32bcb99445ffb45e73561ba735ead8 (patch)
tree18f87355f037c12f32560f5932be0da665c52511 /contrib
parent4259bc36af4aea0184488cbef00cef5dd1002044 (diff)
downloadtor-65ea7eed1f32bcb99445ffb45e73561ba735ead8.tar.gz
tor-65ea7eed1f32bcb99445ffb45e73561ba735ead8.zip
Remove broken MSVC support
MSVC compilation has been broken since at least 1e417b727502 ("All remaining files in src/common belong to the event loop.") deleted src/common/Makefile.nmake in 2018.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/win32build/tor.nsi.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/win32build/tor.nsi.in b/contrib/win32build/tor.nsi.in
index dd24df454c..2d8c2b9adf 100644
--- a/contrib/win32build/tor.nsi.in
+++ b/contrib/win32build/tor.nsi.in
@@ -5,8 +5,8 @@
; NOTE: This file might be obsolete. Look at tor-mingw.nsi.in instead.
;-----------------------------------------
; How to make an installer:
-; Step 0. If you are a Tor maintainer, make sure that tor.nsi and
-; src/win32/orconfig.h all have the correct version number.
+; Step 0. If you are a Tor maintainer, make sure that tor.nsi has
+; the correct version number.
; Step 1. Download and install OpenSSL. Make sure that the OpenSSL
; version listed below matches the one you downloaded.
; Step 2. Download and install NSIS (http://nsis.sourceforge.net)