From 135275c260b7b35ef653002c97ccdd2499f87585 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Mon, 4 Oct 2010 13:45:43 +0000 Subject: [PATCH] Install example source code even if source code component is not selected. This is both necessary for the example browser to function and useful to the user. --- Installers/Nsis/opentk.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installers/Nsis/opentk.nsi b/Installers/Nsis/opentk.nsi index a5c77ad5..ed1a3a7b 100644 --- a/Installers/Nsis/opentk.nsi +++ b/Installers/Nsis/opentk.nsi @@ -164,6 +164,8 @@ Section "Core library" SEC01 SetOutPath $INSTDIR File /r /x *.vshost.exe /x *.vshost.exe.manifest /x *.log ..\..\Binaries File /r /x .svn /x obj /x Source /x Source\*.* ..\..\Documentation + SetOutPath $INSTDIR\Source + File /r /x .svn /x obj /x *.snk /x *.user /x *.pidb /x html /x latex /x OpenTK*.xml ..\..\Source\Examples SectionEnd Section "Source code" SEC02