use True/False instead of 1/0
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4270 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0536d2a029
commit
9929eb7120
5 changed files with 19 additions and 19 deletions
|
@ -14,4 +14,4 @@ libs = Split("""
|
|||
|
||||
Import('BuildUtil')
|
||||
|
||||
BuildUtil(target, files, libs, entry = 'WinMain', nodeflib = 1, install_as = 'Bin/RegTool.bin')
|
||||
BuildUtil(target, files, libs, entry = 'WinMain', nodeflib = True, install_as = 'Bin/RegTool.bin')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue