mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-22 21:25:27 +00:00
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
5919cdab65
commit
3239f2b034
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue