mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
speedo: Add libadns to the Windows installer.
--
This commit is contained in:
parent
f80c2dd78d
commit
8f8e94322d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user