speedo: Add libadns to the Windows installer.

--
This commit is contained in:
Werner Koch 2014-11-19 10:34:32 +01:00
parent f80c2dd78d
commit 8f8e94322d
1 changed files with 15 additions and 0 deletions

View File

@ -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