directory fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1515 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
43d6a41c99
commit
6ad17b037f
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
!ifndef SysFunc.NSH.Included
|
!ifndef SysFunc.NSH.Included
|
||||||
!define SysFunc.NSH.Included
|
!define SysFunc.NSH.Included
|
||||||
|
|
||||||
!include "${NSISDIR}\Contrib\System\Additionals\System.nsh"
|
!include "${NSISDIR}\Contrib\System\System.nsh"
|
||||||
|
|
||||||
!verbose 3 ; For WinMessages especially
|
!verbose 3 ; For WinMessages especially
|
||||||
!include "${NSISDIR}\Examples\WinMessages.nsh"
|
!include "${NSISDIR}\Examples\WinMessages.nsh"
|
||||||
|
|
|
@ -7,7 +7,7 @@ Name "System Plugin Example"
|
||||||
OutFile "System.exe"
|
OutFile "System.exe"
|
||||||
SetPluginUnload alwaysoff
|
SetPluginUnload alwaysoff
|
||||||
|
|
||||||
!include "${NSISDIR}\Contrib\System\Additionals\sysfunc.nsh"
|
!include "${NSISDIR}\Contrib\System\sysfunc.nsh"
|
||||||
|
|
||||||
Section "ThisNameIsIgnoredSoWhyBother?"
|
Section "ThisNameIsIgnoredSoWhyBother?"
|
||||||
SetOutPath $TEMP
|
SetOutPath $TEMP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue