mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 16:09:59 -04:00
Updated WIN32 files (rt40877)
This commit is contained in:
parent
717129f35a
commit
deb9d1b1e7
12 changed files with 40 additions and 4 deletions
|
|
@ -294,6 +294,10 @@ SOURCE=..\include\named\query.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\include\named\seccomp.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\include\named\server.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
|||
|
|
@ -177,6 +177,9 @@
|
|||
<ClInclude Include="..\include\named\query.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\named\seccomp.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\named\server.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -156,6 +156,7 @@
|
|||
<ClInclude Include="..\include\named\main.h" />
|
||||
<ClInclude Include="..\include\named\notify.h" />
|
||||
<ClInclude Include="..\include\named\query.h" />
|
||||
<ClInclude Include="..\include\named\seccomp.h" />
|
||||
<ClInclude Include="..\include\named\server.h" />
|
||||
<ClInclude Include="..\include\named\sortlist.h" />
|
||||
<ClInclude Include="..\include\named\statschannel.h" />
|
||||
|
|
|
|||
|
|
@ -118,6 +118,10 @@ SOURCE=..\include\bind9\check.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\include\bind9\getaddresses.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\include\bind9\version.h
|
||||
# End Source File
|
||||
# End Group
|
||||
|
|
|
|||
|
|
@ -38,5 +38,8 @@
|
|||
<ClInclude Include="..\include\bind9\getaddresses.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\bind9\version.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
@ -115,6 +115,7 @@
|
|||
<ItemGroup>
|
||||
<ClInclude Include="..\include\bind9\check.h" />
|
||||
<ClInclude Include="..\include\bind9\getaddresses.h" />
|
||||
<ClInclude Include="..\include\bind9\version.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
|
|
|||
|
|
@ -178,6 +178,10 @@ SOURCE=..\include\dns\ds.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\include\dns\edns.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\include\dns\enumclass.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
@ -296,6 +300,10 @@ SOURCE=..\rbtdb64.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\rdatalist_p.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\include\dns\rcode.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
|||
|
|
@ -304,6 +304,9 @@
|
|||
<ClInclude Include="..\rbtdb64.h">
|
||||
<Filter>Library Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\rdatalist_p.h">
|
||||
<Filter>Library Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\dns\acache.h">
|
||||
<Filter>Library Header Files</Filter>
|
||||
</ClInclude>
|
||||
|
|
@ -364,6 +367,9 @@
|
|||
<ClInclude Include="..\include\dns\dsdigest.h">
|
||||
<Filter>Library Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\dns\edns.h">
|
||||
<Filter>Library Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\include\dns\enumclass.h">
|
||||
<Filter>Library Header Files</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -224,6 +224,7 @@
|
|||
<ClInclude Include="..\include\dns\dnssec.h" />
|
||||
<ClInclude Include="..\include\dns\ds.h" />
|
||||
<ClInclude Include="..\include\dns\dsdigest.h" />
|
||||
<ClInclude Include="..\include\dns\edns.h" />
|
||||
<ClInclude Include="..\include\dns\enumclass.h" />
|
||||
<ClInclude Include="..\include\dns\enumtype.h" />
|
||||
<ClInclude Include="..\include\dns\events.h" />
|
||||
|
|
@ -298,6 +299,7 @@
|
|||
<ClInclude Include="..\include\dst\result.h" />
|
||||
<ClInclude Include="..\rbtdb.h" />
|
||||
<ClInclude Include="..\rbtdb64.h" />
|
||||
<ClInclude Include="..\rdatalist_p.h" />
|
||||
<ClInclude Include="..\spnego.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
|
|
|
|||
|
|
@ -513,7 +513,11 @@ SOURCE=..\include\isc\socket.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\include\isc\stats.h
|
||||
SOURCE=.\include\isc\stat.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\include\isc\stats.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
#
|
||||
# Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
|
||||
Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
BIND 9.10 for Win32 Source Build Instructions. 17-Apr-2015
|
||||
|
|
@ -125,7 +125,7 @@ Step 4: Download and build Readline
|
|||
step 5.
|
||||
|
||||
Because the original GNU source for the readline library has no WIN32
|
||||
support, it will be necessary to download a version of the static
|
||||
support, it will be necessary to download a version of the static
|
||||
readline library source that is ready to be built by Visual Studio. One
|
||||
such version is available at:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue