summaryrefslogtreecommitdiffstats
path: root/build-aux/speedo/w32
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-01-23 23:03:36 +0100
committerWerner Koch <wk@gnupg.org>2017-01-23 23:03:36 +0100
commitc0234462dce17766e1844ad7f6219eb5b5372a05 (patch)
tree510a24c96130fb44f0f2d035adc384c263bb3a6f /build-aux/speedo/w32
parentUpdate NEWS with link to release announcement. (diff)
downloadgnupg2-c0234462dce17766e1844ad7f6219eb5b5372a05.tar.xz
gnupg2-c0234462dce17766e1844ad7f6219eb5b5372a05.zip
speedo: Remove the unused ADNS package.
--
Diffstat (limited to 'build-aux/speedo/w32')
-rw-r--r--build-aux/speedo/w32/inst.nsi15
1 files changed, 0 insertions, 15 deletions
diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi
index 164e26bc3..d11749508 100644
--- a/build-aux/speedo/w32/inst.nsi
+++ b/build-aux/speedo/w32/inst.nsi
@@ -735,15 +735,6 @@ 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
@@ -1193,12 +1184,6 @@ 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