Use appropriate zlib DLL depending on version.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6255 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4247359df9
commit
957653f389
3 changed files with 11 additions and 1 deletions
|
@ -123,7 +123,11 @@ ${MementoSection} "NSIS Core Files (required)" SecCore
|
|||
File /nonfatal ..\NSIS.exe.manifest
|
||||
SetOutPath $INSTDIR\Bin
|
||||
File ..\Bin\makensis.exe
|
||||
!ifdef USE_NEW_ZLIB
|
||||
File ..\Bin\zlib.dll
|
||||
!else
|
||||
File ..\Bin\zlib1.dll
|
||||
!endif
|
||||
|
||||
IfFileExists $INSTDIR\nsisconf.nsi "" +2
|
||||
Rename $INSTDIR\nsisconf.nsi $INSTDIR\nsisconf.nsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue