summaryrefslogtreecommitdiffstats
path: root/build-aux/speedo
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-11-19 10:34:32 +0100
committerWerner Koch <wk@gnupg.org>2014-11-20 21:12:50 +0100
commit8f8e94322d5cc65add4dbd4c3b9b2c09a0b855ee (patch)
tree1b3875238633f3764f2169c1aa8d50162840df05 /build-aux/speedo
parentgpg: Fix hash detection for ECDSA. (diff)
downloadgnupg2-8f8e94322d5cc65add4dbd4c3b9b2c09a0b855ee.tar.xz
gnupg2-8f8e94322d5cc65add4dbd4c3b9b2c09a0b855ee.zip
speedo: Add libadns to the Windows installer.
--
Diffstat (limited to 'build-aux/speedo')
-rw-r--r--build-aux/speedo/w32/inst.nsi15
1 files changed, 15 insertions, 0 deletions
diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi
index aeab7a0c8..101e6d12e 100644
--- a/build-aux/speedo/w32/inst.nsi
+++ b/build-aux/speedo/w32/inst.nsi
@@ -612,6 +612,15 @@ Section "-zlib" SEC_zlib
File bin/zlib1.dll
SectionEnd
+Section "-adns" SEC_adns
+ SetOutPath "$INSTDIR\bin"
+ File bin/libadns-1.dll
+ SetOutPath "$INSTDIR\lib"
+ File /oname=libadns.imp lib/libadns.dll.a
+ SetOutPath "$INSTDIR\include"
+ File include/adns.h
+SectionEnd
+
Section "-npth" SEC_npth
SetOutPath "$INSTDIR\bin"
File bin/libnpth-0.dll
@@ -1037,6 +1046,12 @@ Section "-un.npth"
Delete "$INSTDIR\include\npth.h"
SectionEnd
+Section "-un.adns"
+ Delete "$INSTDIR\bin\libadns-1.dll"
+ Delete "$INSTDIR\lib\libadns.imp"
+ Delete "$INSTDIR\include\adns.h"
+SectionEnd
+
Section "-un.zlib"
Delete "$INSTDIR\bin\zlib1.dll"
SectionEnd