speedo,w32: Install sqlite

* build-aux/speedo/w32/inst.nsi (-sqlite, -un.sqlite): New.
This commit is contained in:
Andre Heinecke 2016-05-04 12:22:38 +02:00
parent 5ec76fd0c3
commit 2b78223d75
1 changed files with 9 additions and 0 deletions

View File

@ -790,6 +790,11 @@ Section "-gpgme" SEC_gpgme
File include/gpgme.h
SectionEnd
Section "-sqlite" SEC_sqlite
SetOutPath "$INSTDIR\bin"
File bin/libsqlite3-0.dll
SectionEnd
!ifdef WITH_GUI
Section "-libiconv" SEC_libiconv
SetOutPath "$INSTDIR\bin"
@ -1363,6 +1368,10 @@ Section "-un.gnupg"
RMDir "$INSTDIR\share\locale"
SectionEnd
Section "-un.sqlite"
Delete "$INSTDIR\bin\libsqlite3-0.dll"
SectionEnd
Section "-un.gnupginst"
# Delete standard stuff.
Delete "$INSTDIR\README.txt"