]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-install-nsis-20081226
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 27 Dec 2008 02:53:55 +0000 (02:53 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 27 Dec 2008 02:53:55 +0000 (02:53 +0000)
LICENSE MIT

permit the location of the NSIS application to be configurable

src/WINNT/install/NSIS/NTMakefile

index 8e1e1132a026f7357c7f6003e8d75fa29bb8c10f..b13ac7fedc2d2619554f77a67485158cd8521f36 100644 (file)
@@ -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