mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
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:
parent
828ca0902d
commit
6f5532f659
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user