new header file for the setup of Visual Basic 6.0 run-time files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5489 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
23e1474468
commit
858ddb4141
4 changed files with 392 additions and 325 deletions
|
@ -1,23 +1,24 @@
|
|||
includes = Split("""
|
||||
Colors.nsh
|
||||
FileFunc.nsh
|
||||
LangFile.nsh
|
||||
Library.nsh
|
||||
LogicLib.nsh
|
||||
Memento.nsh
|
||||
MUI.nsh
|
||||
MUI2.nsh
|
||||
Sections.nsh
|
||||
StrFunc.nsh
|
||||
TextFunc.nsh
|
||||
UpgradeDLL.nsh
|
||||
WinMessages.nsh
|
||||
WinVer.nsh
|
||||
WordFunc.nsh
|
||||
x64.nsh
|
||||
""")
|
||||
|
||||
Import('env')
|
||||
|
||||
env.DistributeInclude(includes)
|
||||
env.DistributeDocs('StrFunc.txt', path='StrFunc')
|
||||
includes = Split("""
|
||||
Colors.nsh
|
||||
FileFunc.nsh
|
||||
LangFile.nsh
|
||||
Library.nsh
|
||||
LogicLib.nsh
|
||||
Memento.nsh
|
||||
MUI.nsh
|
||||
MUI2.nsh
|
||||
Sections.nsh
|
||||
StrFunc.nsh
|
||||
TextFunc.nsh
|
||||
UpgradeDLL.nsh
|
||||
VB6RunTime.nsh
|
||||
WinMessages.nsh
|
||||
WinVer.nsh
|
||||
WordFunc.nsh
|
||||
x64.nsh
|
||||
""")
|
||||
|
||||
Import('env')
|
||||
|
||||
env.DistributeInclude(includes)
|
||||
env.DistributeDocs('StrFunc.txt', path='StrFunc')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue