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.

This commit is contained in:
the_fiddler 2010-10-04 13:45:43 +00:00
parent d8c292c514
commit 135275c260

View file

@ -164,6 +164,8 @@ Section "Core library" SEC01
SetOutPath $INSTDIR SetOutPath $INSTDIR
File /r /x *.vshost.exe /x *.vshost.exe.manifest /x *.log ..\..\Binaries File /r /x *.vshost.exe /x *.vshost.exe.manifest /x *.log ..\..\Binaries
File /r /x .svn /x obj /x Source /x Source\*.* ..\..\Documentation 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 SectionEnd
Section "Source code" SEC02 Section "Source code" SEC02