Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
49521b69
Commit
49521b69
authored
Dec 06, 2005
by
Mark Andrews
Browse files
win32
parent
2c8bc6d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/dns/win32/libdns.def
View file @
49521b69
...
...
@@ -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
...
...
win32utils/BuildPost.bat
0 → 100644
View file @
49521b69
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.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment