This commit is contained in:
Mark Andrews 2005-12-06 02:23:58 +00:00
parent 2c8bc6d73b
commit 49521b6926
2 changed files with 28 additions and 0 deletions

View file

@ -185,6 +185,7 @@ dns_dnssec_keyfromrdata
dns_dnssec_sign
dns_dnssec_signmessage
dns_dnssec_verify
dns_dnssec_verify2
dns_dnssec_verifymessage
dns_ds_buildrdata
dns_dumpctx_detach
@ -475,6 +476,7 @@ dns_requestmgr_detach
dns_requestmgr_shutdown
dns_requestmgr_whenshutdown
dns_resolver_addalternate
dns_resolver_algorithm_supported
dns_resolver_attach
dns_resolver_cancelfetch
dns_resolver_create

26
win32utils/BuildPost.bat Normal file
View file

@ -0,0 +1,26 @@
echo off
rem
rem Copyright (C) 2005 Internet Systems Consortium, Inc. ("ISC")
rem
rem Permission to use, copy, modify, and distribute this software for any
rem purpose with or without fee is hereby granted, provided that the above
rem copyright notice and this permission notice appear in all copies.
rem
rem THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
rem REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
rem AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
rem INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
rem LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
rem OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
rem PERFORMANCE OF THIS SOFTWARE.
rem BuildPost.bat
rem This script does the final stages if BINDBuild.dsw is used.
echo Copying named-checkzone.exe to named-compilezone.exe
copy /Y ..\Build\Release\named-checkzone.exe ..\Build\Release\named-compilezone.exe
echo Done.
rem exit here.