From 6ad17b037f2165629f5fa64db11b8a7f819ca138 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Fri, 1 Nov 2002 09:39:56 +0000 Subject: [PATCH] directory fixes git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1515 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/System/SysFunc.nsh | 2 +- Contrib/System/System.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Contrib/System/SysFunc.nsh b/Contrib/System/SysFunc.nsh index f699a139..e79237d1 100644 --- a/Contrib/System/SysFunc.nsh +++ b/Contrib/System/SysFunc.nsh @@ -7,7 +7,7 @@ !ifndef 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 !include "${NSISDIR}\Examples\WinMessages.nsh" diff --git a/Contrib/System/System.nsi b/Contrib/System/System.nsi index 0f2659a6..91afb885 100644 --- a/Contrib/System/System.nsi +++ b/Contrib/System/System.nsi @@ -7,7 +7,7 @@ Name "System Plugin Example" OutFile "System.exe" SetPluginUnload alwaysoff -!include "${NSISDIR}\Contrib\System\Additionals\sysfunc.nsh" +!include "${NSISDIR}\Contrib\System\sysfunc.nsh" Section "ThisNameIsIgnoredSoWhyBother?" SetOutPath $TEMP