applied patch #1723131 - NSISdl doesn't handle files over 2GB and patch #1656076 - make NSISdl more "translator-friendly"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5175 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
165aa0b8dd
commit
acc4233b41
6 changed files with 220 additions and 46 deletions
|
@ -22,4 +22,9 @@ docs = Split("""
|
|||
|
||||
Import('BuildPlugin')
|
||||
|
||||
BuildPlugin(target, files, libs, docs = docs, cppused = True)
|
||||
BuildPlugin(
|
||||
target, files, libs,
|
||||
docs = docs,
|
||||
cppused = True,
|
||||
nodeflib = False,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue