From 830edb1ea8e22e53139bfaf98906ed67a072e8c9 Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 17 Feb 2003 18:57:49 +0000 Subject: [PATCH] Sections.nsh too git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2165 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index d7fb01e3..4b42421f 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -97,6 +97,7 @@ Section "NSIS Development System (required)" SecCore SetOutPath $INSTDIR\Include File ..\Include\WinMessages.nsh + File ..\Include\Sections.nsh SetOutPath $INSTDIR\Docs File ..\Docs\*.html