mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Add files needed by ANGLE.
This commit is contained in:
parent
4f45044db5
commit
373eedcec7
1 changed files with 8 additions and 0 deletions
|
@ -75,6 +75,10 @@ Section "Play! (required)"
|
|||
; Put file there
|
||||
File "${BINARY_INPUT_PATH}\Play.exe"
|
||||
File "${BINARY_INPUT_PATH}\BugTrapU-x64.dll"
|
||||
File "${BINARY_INPUT_PATH}\D3Dcompiler_47.dll"
|
||||
File "${BINARY_INPUT_PATH}\libEGL.dll"
|
||||
File "${BINARY_INPUT_PATH}\libGLESv2.dll"
|
||||
File "${BINARY_INPUT_PATH}\opengl32sw.dll"
|
||||
File "${BINARY_INPUT_PATH}\Qt5Core.dll"
|
||||
File "${BINARY_INPUT_PATH}\Qt5Gui.dll"
|
||||
File "${BINARY_INPUT_PATH}\Qt5Widgets.dll"
|
||||
|
@ -130,6 +134,10 @@ Section "Uninstall"
|
|||
; Remove files and uninstaller
|
||||
Delete $INSTDIR\Play.exe
|
||||
Delete $INSTDIR\BugTrapU-x64.dll
|
||||
Delete $INSTDIR\D3Dcompiler_47.dll
|
||||
Delete $INSTDIR\libEGL.dll
|
||||
Delete $INSTDIR\libGLESv2.dll
|
||||
Delete $INSTDIR\opengl32sw.dll
|
||||
Delete $INSTDIR\Qt5Core.dll
|
||||
Delete $INSTDIR\Qt5Gui.dll
|
||||
Delete $INSTDIR\Qt5Widgets.dll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue