From 0f068677625596760cbb472c30b6b6ef5ba67ad4 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Wed, 6 Oct 2010 08:48:57 +0000 Subject: [PATCH] * Installers/Nsis/opentk.nsi: Set correct output directory for example source code. --- Installers/Nsis/opentk.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installers/Nsis/opentk.nsi b/Installers/Nsis/opentk.nsi index b1e9275b..32b4f02a 100644 --- a/Installers/Nsis/opentk.nsi +++ b/Installers/Nsis/opentk.nsi @@ -164,7 +164,7 @@ 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 + SetOutPath $INSTDIR\Source\Examples File /r /x .svn /x obj /x *.snk /x *.user /x *.pidb /x html /x latex /x OpenTK*.xml ..\..\Source\Examples SectionEnd