header files of useful functions (Instructor)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4114 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
43b45e3940
commit
f189322a12
2 changed files with 13 additions and 1 deletions
|
@ -1,12 +1,15 @@
|
|||
includes = Split("""
|
||||
Colors.nsh
|
||||
FileFunc.nsh
|
||||
Library.nsh
|
||||
LogicLib.nsh
|
||||
MUI.nsh
|
||||
Sections.nsh
|
||||
StrFunc.nsh
|
||||
TextFunc.nsh
|
||||
UpgradeDLL.nsh
|
||||
WinMessages.nsh
|
||||
WordFunc.nsh
|
||||
""")
|
||||
|
||||
Import('env')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue