mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02: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
|
File include/gpgme.h
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section "-sqlite" SEC_sqlite
|
||||||
|
SetOutPath "$INSTDIR\bin"
|
||||||
|
File bin/libsqlite3-0.dll
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
!ifdef WITH_GUI
|
!ifdef WITH_GUI
|
||||||
Section "-libiconv" SEC_libiconv
|
Section "-libiconv" SEC_libiconv
|
||||||
SetOutPath "$INSTDIR\bin"
|
SetOutPath "$INSTDIR\bin"
|
||||||
@ -1363,6 +1368,10 @@ Section "-un.gnupg"
|
|||||||
RMDir "$INSTDIR\share\locale"
|
RMDir "$INSTDIR\share\locale"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section "-un.sqlite"
|
||||||
|
Delete "$INSTDIR\bin\libsqlite3-0.dll"
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
Section "-un.gnupginst"
|
Section "-un.gnupginst"
|
||||||
# Delete standard stuff.
|
# Delete standard stuff.
|
||||||
Delete "$INSTDIR\README.txt"
|
Delete "$INSTDIR\README.txt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user