basic SConscript that just copies RegTool.bin
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4087 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b6eaa29b38
commit
afebb04bd3
1 changed files with 19 additions and 0 deletions
19
Contrib/Library/RegTool/SConscript
Normal file
19
Contrib/Library/RegTool/SConscript
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
target = 'RegTool'
|
||||||
|
|
||||||
|
files = Split("""
|
||||||
|
RegTool.c
|
||||||
|
""")
|
||||||
|
|
||||||
|
libs = Split("""
|
||||||
|
kernel32
|
||||||
|
oleaut32
|
||||||
|
version
|
||||||
|
""")
|
||||||
|
|
||||||
|
#Import('BuildUtil')
|
||||||
|
|
||||||
|
#BuildUtil(target, files, libs, install = 'Bin')
|
||||||
|
|
||||||
|
Import('env')
|
||||||
|
|
||||||
|
env.Distribute('Bin', 'RegTool.bin')
|
Loading…
Add table
Add a link
Reference in a new issue