* Installers/Nsis/opentk.nsi: Set correct output directory for
example source code.
This commit is contained in:
parent
3b9d530126
commit
2ae15ec6af
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ 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
|
||||
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
|
||||
SectionEnd
|
||||
|
||||
|
|
Loading…
Reference in a new issue