DEVEL15-windows-install-nsis-20081226

LICENSE MIT

permit the location of the NSIS application to be configurable


(cherry picked from commit f18b54bfe647cfee6a7072d11df04019161d8223)
This commit is contained in:
Jeffrey Altman 2008-12-27 02:54:14 +00:00
parent 828ca0902d
commit 6f5532f659

View 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