* New header file with macros and conversion functions for use with InstallOptions
* Updated InstallOptions documentation git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5226 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0865910e56
commit
13425ee143
3 changed files with 1071 additions and 828 deletions
|
@ -33,6 +33,11 @@ docs = Split("""
|
|||
Readme.html
|
||||
""")
|
||||
|
||||
Import('BuildPlugin')
|
||||
includes = Split("""
|
||||
InstallOptions.nsh
|
||||
""")
|
||||
|
||||
Import('BuildPlugin env')
|
||||
|
||||
BuildPlugin(target, files, libs, examples, docs, res = resources)
|
||||
env.DistributeInclude(includes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue