mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
speedo,w32: Install sqlite
* build-aux/speedo/w32/inst.nsi (-sqlite, -un.sqlite): New.
This commit is contained in:
parent
5ec76fd0c3
commit
2b78223d75
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user