mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 01:35:40 +00:00
* Installers/Nsis/opentk.nsi: Set correct output directory for
example source code.
This commit is contained in:
parent
3b9d530126
commit
2ae15ec6af
|
@ -164,7 +164,7 @@ 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
|
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
|
File /r /x .svn /x obj /x *.snk /x *.user /x *.pidb /x html /x latex /x OpenTK*.xml ..\..\Source\Examples
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue