* Installers/Nsis/opentk.nsi: Set correct output directory for

example source code.
This commit is contained in:
the_fiddler 2010-10-06 08:48:57 +00:00
parent 3b9d530126
commit 2ae15ec6af

View file

@ -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