don't assume NSIS is in privoxy git
authorLee <ler762@users.sourceforge.net>
Thu, 18 Feb 2021 16:17:37 +0000 (11:17 -0500)
committerLee <ler762@users.sourceforge.net>
Thu, 18 Feb 2021 16:17:37 +0000 (11:17 -0500)
I wanted NSIS included with Privoxy
Fabian didn't want binaries in the git tree
So install NSIS outside of the Privoxy source code and stop
having to remember to update the location of the NSIS code
when releasing a new version of Privoxy.

windows/GNUmakefile

index 68a5957..e807cd2 100755 (executable)
@@ -53,7 +53,7 @@ DOSFILTER = $(SED) -e $$'s,$$,\r,'
 
 # Path to NSIS
 # MAKENSIS = ./nsis/nsis-2.30.exe
-MAKENSIS = ./nsis-3.03/makensis.exe
+MAKENSIS = /source/nsis-3.03/makensis.exe
 
 
 ##########################################################################