added deguix's collection of string functions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3479 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8c8a8a701d
commit
58efd7312d
4 changed files with 1697 additions and 0 deletions
|
@ -118,6 +118,8 @@ Section "NSIS Core Files (required)" SecCore
|
|||
File ..\Include\Sections.nsh
|
||||
File ..\Include\UpgradeDLL.nsh
|
||||
File ..\Include\LogicLib.nsh
|
||||
File ..\Include\StrFunc.nsh
|
||||
File ..\Include\StrFunc.txt
|
||||
|
||||
SetOutPath $INSTDIR\Contrib\Makensisw
|
||||
File ..\contrib\makensisw\*.txt
|
||||
|
@ -190,6 +192,7 @@ Section "Script Examples" SecExample
|
|||
File ..\Examples\UserVars.nsi
|
||||
File ..\Examples\LogicLib.nsi
|
||||
File ..\Examples\silent.nsi
|
||||
File ..\Examples\StrFunc.nsi
|
||||
SectionEnd
|
||||
|
||||
!ifndef NO_STARTMENUSHORTCUTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue