Add gdb to nsi
This commit is contained in:
parent
9918615fcd
commit
be7a35443e
20
dist/windows/strawberry.nsi.in
vendored
20
dist/windows/strawberry.nsi.in
vendored
@ -279,6 +279,16 @@ Section "Strawberry" Strawberry
|
||||
File "libqtsparkle-qt5.dll"
|
||||
!endif
|
||||
|
||||
!ifdef debug
|
||||
File "gdb.exe"
|
||||
File "libdl.dll"
|
||||
File "libexpat-1.dll"
|
||||
File "libmman.dll"
|
||||
File "libmpfr-6.dll"
|
||||
File "libreadline8.dll"
|
||||
File "libtermcap.dll"
|
||||
!endif
|
||||
|
||||
File "killproc.exe"
|
||||
|
||||
; Register Strawberry with Default Programs
|
||||
@ -533,6 +543,16 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\swscale-5.dll"
|
||||
Delete "$INSTDIR\zlib1.dll"
|
||||
|
||||
!ifdef debug
|
||||
Delete "$INSTDIR\gdb.exe"
|
||||
Delete "$INSTDIR\libdl.dll"
|
||||
Delete "$INSTDIR\libexpat-1.dll"
|
||||
Delete "$INSTDIR\libmman.dll"
|
||||
Delete "$INSTDIR\libmpfr-6.dll"
|
||||
Delete "$INSTDIR\libreadline8.dll"
|
||||
Delete "$INSTDIR\libtermcap.dll"
|
||||
!endif
|
||||
|
||||
Delete "$INSTDIR\gio-modules\libgiognutls.dll"
|
||||
Delete "$INSTDIR\platforms\qwindows.dll"
|
||||
Delete "$INSTDIR\sqldrivers\qsqlite.dll"
|
||||
|
Loading…
x
Reference in New Issue
Block a user