mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +00:00
Include more wxWidgets DLLs
This commit is contained in:
parent
5c6289ea88
commit
a89452f6e6
@ -127,6 +127,7 @@ Section "Program files" SEC01
|
||||
File "mkvpropedit.exe"
|
||||
File "mmg.exe"
|
||||
File "wxbase28u_gcc_custom.dll"
|
||||
File "wxmsw28u_adv_gcc_custom.dll"
|
||||
File "wxmsw28u_core_gcc_custom.dll"
|
||||
File "wxmsw28u_html_gcc_custom.dll"
|
||||
SetOutPath "$INSTDIR\data"
|
||||
@ -404,6 +405,7 @@ Section Uninstall
|
||||
Delete "$INSTDIR\mingwm10.dll"
|
||||
Delete "$INSTDIR\regex2.dll"
|
||||
Delete "$INSTDIR\wxbase28u_gcc_custom.dll"
|
||||
Delete "$INSTDIR\wxmsw28u_adv_gcc_custom.dll"
|
||||
Delete "$INSTDIR\wxmsw28u_core_gcc_custom.dll"
|
||||
Delete "$INSTDIR\wxmsw28u_html_gcc_custom.dll"
|
||||
Delete "$INSTDIR\zlib1.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user