diff options
author | Werner Koch <wk@gnupg.org> | 2017-01-23 23:03:36 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2017-01-23 23:03:36 +0100 |
commit | c0234462dce17766e1844ad7f6219eb5b5372a05 (patch) | |
tree | 510a24c96130fb44f0f2d035adc384c263bb3a6f /build-aux/speedo/w32 | |
parent | Update NEWS with link to release announcement. (diff) | |
download | gnupg2-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.nsi | 15 |
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 |