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
|
@ -2,20 +2,29 @@ examples = Split("""
|
||||||
bigtest.nsi
|
bigtest.nsi
|
||||||
example1.nsi
|
example1.nsi
|
||||||
example2.nsi
|
example2.nsi
|
||||||
|
FileFunc.ini
|
||||||
|
FileFunc.nsi
|
||||||
|
FileFuncTest.nsi
|
||||||
gfx.nsi
|
gfx.nsi
|
||||||
languages.nsi
|
languages.nsi
|
||||||
LogicLib.nsi
|
LogicLib.nsi
|
||||||
makensis.nsi
|
|
||||||
makensis.ini
|
makensis.ini
|
||||||
|
makensis.nsi
|
||||||
one-section.nsi
|
one-section.nsi
|
||||||
primes.nsi
|
primes.nsi
|
||||||
rtest.nsi
|
rtest.nsi
|
||||||
silent.nsi
|
silent.nsi
|
||||||
StrFunc.nsi
|
StrFunc.nsi
|
||||||
|
TextFunc.ini
|
||||||
|
TextFunc.nsi
|
||||||
|
TextFuncTest.nsi
|
||||||
UserVars.nsi
|
UserVars.nsi
|
||||||
VersionInfo.nsi
|
VersionInfo.nsi
|
||||||
viewhtml.nsi
|
viewhtml.nsi
|
||||||
waplugin.nsi
|
waplugin.nsi
|
||||||
|
WordFunc.ini
|
||||||
|
WordFunc.nsi
|
||||||
|
WordFuncTest.nsi
|
||||||
""")
|
""")
|
||||||
|
|
||||||
mui_examples = [
|
mui_examples = [
|
||||||
|
|
|
@ -1,12 +1,15 @@
|
||||||
includes = Split("""
|
includes = Split("""
|
||||||
Colors.nsh
|
Colors.nsh
|
||||||
|
FileFunc.nsh
|
||||||
Library.nsh
|
Library.nsh
|
||||||
LogicLib.nsh
|
LogicLib.nsh
|
||||||
MUI.nsh
|
MUI.nsh
|
||||||
Sections.nsh
|
Sections.nsh
|
||||||
StrFunc.nsh
|
StrFunc.nsh
|
||||||
|
TextFunc.nsh
|
||||||
UpgradeDLL.nsh
|
UpgradeDLL.nsh
|
||||||
WinMessages.nsh
|
WinMessages.nsh
|
||||||
|
WordFunc.nsh
|
||||||
""")
|
""")
|
||||||
|
|
||||||
Import('env')
|
Import('env')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue