Some tidying and documentation.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3280 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
009e409276
commit
2d8918e586
2 changed files with 53 additions and 95 deletions
|
@ -1,9 +1,9 @@
|
|||
Name "NSIS LogicLib Example"
|
||||
OutFile "example.exe"
|
||||
OutFile "LogicLib.exe"
|
||||
ShowInstDetails show
|
||||
|
||||
!include "sections.nsh"
|
||||
!include "logiclib.nsh"
|
||||
!include "Sections.nsh"
|
||||
!include "LogicLib.nsh"
|
||||
|
||||
;!undef LOGICLIB_VERBOSITY
|
||||
;!define LOGICLIB_VERBOSITY 4 ; For debugging - watch what logiclib does with your code!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue