distribute documents
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4086 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
eac0520377
commit
b6eaa29b38
1 changed files with 7 additions and 1 deletions
|
@ -39,6 +39,11 @@ libs = Split("""
|
||||||
wsock32
|
wsock32
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
docs = Split("""
|
||||||
|
License.txt
|
||||||
|
Readme.txt
|
||||||
|
""")
|
||||||
|
|
||||||
Import('BuildUtil')
|
Import('BuildUtil')
|
||||||
|
|
||||||
BuildUtil(
|
BuildUtil(
|
||||||
|
@ -49,5 +54,6 @@ BuildUtil(
|
||||||
resources = resources,
|
resources = resources,
|
||||||
entry = 'WinMain',
|
entry = 'WinMain',
|
||||||
install = '',
|
install = '',
|
||||||
defines = ['WIN32_MEAN_AND_LEAN', 'RELEASE=2.0']
|
defines = ['WIN32_MEAN_AND_LEAN', 'RELEASE=2.0'],
|
||||||
|
docs = docs
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue