From: Jeffrey Altman Date: Sat, 27 Dec 2008 02:53:55 +0000 (+0000) Subject: windows-install-nsis-20081226 X-Git-Tag: openafs-devel-1_5_61~642 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=f18b54bfe647cfee6a7072d11df04019161d8223 windows-install-nsis-20081226 LICENSE MIT permit the location of the NSIS application to be configurable --- diff --git a/src/WINNT/install/NSIS/NTMakefile b/src/WINNT/install/NSIS/NTMakefile index 8e1e113..b13ac7f 100644 --- a/src/WINNT/install/NSIS/NTMakefile +++ b/src/WINNT/install/NSIS/NTMakefile @@ -3,7 +3,9 @@ RELDIR=WINNT\install\NSIS !INCLUDE ..\..\..\config\NTMakefile.version EXEDIR = $(DESTDIR)\WinInstall\Config +!IFNDEF NSISDIR NSISDIR = C:\Program Files\NSIS +!ENDIF # Revise the rule for compiling sources to use static libraries C2OBJ = $(cc) /Fo$@ /Fd$*.pdb $(cflags) $(cdebug) $(cvars) $(afscflags) $(afscdefs) /c