mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 10:35:38 +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
d8c292c514
commit
135275c260
|
@ -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