]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Handle named-compilezone.exe copy
authorMark Andrews <marka@isc.org>
Tue, 6 Dec 2005 01:57:44 +0000 (01:57 +0000)
committerMark Andrews <marka@isc.org>
Tue, 6 Dec 2005 01:57:44 +0000 (01:57 +0000)
win32utils/BuildPost.bat [new file with mode: 0644]

diff --git a/win32utils/BuildPost.bat b/win32utils/BuildPost.bat
new file mode 100644 (file)
index 0000000..c949f5b
--- /dev/null
@@ -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.