From: Jeffrey Altman Date: Sun, 5 Feb 2012 17:58:22 +0000 (-0500) Subject: Windows: Do not build NSIS by default X-Git-Tag: upstream/1.8.0_pre1^2~2781 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=deb41441f0671d46de876d30f641f86cca7d256e;p=packages%2Fo%2Fopenafs.git Windows: Do not build NSIS by default NSIS installers are no longer up to date and do not support 64-bit builds. OpenAFS no longer distributes them for 1.7 and beyond. Stop building them by default. Change-Id: I6b8c2b46ccc30654cfb4661c9bde50483bc99785 Reviewed-on: http://gerrit.openafs.org/6664 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- diff --git a/NTMakefile b/NTMakefile index 31acf7366..3d2de46b9 100644 --- a/NTMakefile +++ b/NTMakefile @@ -807,11 +807,11 @@ wix-lite: loopback man-pages documentation $(NTMAKE) LITECLIENT=1 $(CD) ..\..\..\.. -media: install NSIS wix - install-nsis: install NSIS install-wix: install wix install-wix-lite: install wix-lite +media: install-wix +