Add pcre2 to nsi for MSVC
This commit is contained in:
4
dist/windows/strawberry.nsi.in
vendored
4
dist/windows/strawberry.nsi.in
vendored
@@ -385,12 +385,14 @@ Section "Strawberry" Strawberry
|
|||||||
File "libpng16.dll"
|
File "libpng16.dll"
|
||||||
File "libprotobuf.dll"
|
File "libprotobuf.dll"
|
||||||
File "libxml2.dll"
|
File "libxml2.dll"
|
||||||
|
File "pcre2-16.dll"
|
||||||
File "zlib.dll"
|
File "zlib.dll"
|
||||||
!endif
|
!endif
|
||||||
!ifdef debug
|
!ifdef debug
|
||||||
File "libpng16d.dll"
|
File "libpng16d.dll"
|
||||||
File "libprotobufd.dll"
|
File "libprotobufd.dll"
|
||||||
File "libxml2d.dll"
|
File "libxml2d.dll"
|
||||||
|
File "pcre2-16d.dll"
|
||||||
File "zlibd.dll"
|
File "zlibd.dll"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
@@ -848,12 +850,14 @@ Section "Uninstall"
|
|||||||
Delete "$INSTDIR\libpng16.dll"
|
Delete "$INSTDIR\libpng16.dll"
|
||||||
Delete "$INSTDIR\libprotobuf.dll"
|
Delete "$INSTDIR\libprotobuf.dll"
|
||||||
Delete "$INSTDIR\libxml2.dll"
|
Delete "$INSTDIR\libxml2.dll"
|
||||||
|
Delete "$INSTDIR\pcre2-16.dll"
|
||||||
Delete "$INSTDIR\zlib.dll"
|
Delete "$INSTDIR\zlib.dll"
|
||||||
!endif
|
!endif
|
||||||
!ifdef debug
|
!ifdef debug
|
||||||
Delete "$INSTDIR\libpng16d.dll"
|
Delete "$INSTDIR\libpng16d.dll"
|
||||||
Delete "$INSTDIR\libprotobufd.dll"
|
Delete "$INSTDIR\libprotobufd.dll"
|
||||||
Delete "$INSTDIR\libxml2d.dll"
|
Delete "$INSTDIR\libxml2d.dll"
|
||||||
|
Delete "$INSTDIR\pcre2-16d.dll"
|
||||||
Delete "$INSTDIR\zlibd.dll"
|
Delete "$INSTDIR\zlibd.dll"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user