fixed for new paths

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4101 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-06-19 21:39:04 +00:00
parent a99cda74d9
commit dd596bc6ba
13 changed files with 28 additions and 28 deletions

View file

@ -7,10 +7,10 @@
!ifndef SysFunc.NSH.Included
!define SysFunc.NSH.Included
!include "${NSISDIR}\Contrib\System\System.nsh"
!include "${NSISDIR}\Examples\System\System.nsh"
!verbose 3 ; For WinMessages especially
!include "${NSISDIR}\Include\WinMessages.nsh"
!include "WinMessages.nsh"
!verbose 4
; ================= GetInstallerExeName implementation =================