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:
parent
d8c292c514
commit
135275c260
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue