diff options
author | Internet Software Consortium, Inc <@isc.org> | 2009-06-24 15:04:37 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2009-06-24 15:04:37 -0600 |
commit | 2306fd1207ccddc925d7b42b9842a29db6e81e40 (patch) | |
tree | d37e2702192c823d7464236ed36aa22a3399ac6c /win32utils | |
parent | 6a93ff6c448c912489acbc6f07845a90575e0996 (diff) | |
download | bind9-2306fd1207ccddc925d7b42b9842a29db6e81e40.tar.gz |
9.7.0a1
Diffstat (limited to 'win32utils')
-rw-r--r-- | win32utils/BINDBuild.dsw | 52 | ||||
-rw-r--r-- | win32utils/BuildAll.bat | 7 | ||||
-rw-r--r-- | win32utils/BuildSetup.bat | 4 | ||||
-rw-r--r-- | win32utils/index.html | 2 | ||||
-rw-r--r-- | win32utils/makedefs.pl | 2 | ||||
-rw-r--r-- | win32utils/readme1st.txt | 2 | ||||
-rw-r--r-- | win32utils/win32-build.txt | 2 |
7 files changed, 62 insertions, 9 deletions
diff --git a/win32utils/BINDBuild.dsw b/win32utils/BINDBuild.dsw index 481c17f2..a33b5556 100644 --- a/win32utils/BINDBuild.dsw +++ b/win32utils/BINDBuild.dsw @@ -375,7 +375,7 @@ Package=<4> ###############################################################################
-Project: "rndcconfgen"="..\bin\rndc\win32\confgen.dsp" - Package Owner=<4>
+Project: "rndcconfgen"="..\bin\confgen\win32\rndcconfgen.dsp" - Package Owner=<4>
Package=<5>
{{{
@@ -384,7 +384,43 @@ Package=<5> Package=<4>
{{{
Begin Project Dependency
- Project_Dep_Name rndcutil
+ Project_Dep_Name libisc
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name libisccc
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name libisccfg
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name libbind9
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name libdns
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name confgentool
+ End Project Dependency
+}}}
+
+###############################################################################
+
+Project: "ddnsconfgen"="..\bin\confgen\win32\ddnsconfgen.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name libisc
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name libdns
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name confgentool
End Project Dependency
}}}
@@ -456,6 +492,18 @@ Package=<4> ###############################################################################
+Project: "confgentool"="..\bin\confgen\win32\confgentool.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
Project: "checktool"="..\bin\check\win32\checktool.dsp" - Package Owner=<4>
Package=<5>
diff --git a/win32utils/BuildAll.bat b/win32utils/BuildAll.bat index 8abecc4b..18c880fb 100644 --- a/win32utils/BuildAll.bat +++ b/win32utils/BuildAll.bat @@ -80,7 +80,12 @@ cd ..\.. cd rndc\win32
nmake /nologo -f rndc.mak CFG="rndc - Win32 Release" NO_EXTERNAL_DEPS="1"
-nmake /nologo -f confgen.mak CFG="rndcconfgen - Win32 Release" NO_EXTERNAL_DEPS="1"
+
+cd ..\..
+
+cd confgen\win32
+nmake /nologo -f rndcconfgen.mak CFG="rndcconfgen - Win32 Release" NO_EXTERNAL_DEPS="1"
+nmake /nologo -f ddnsconfgen.mak CFG="ddnsconfgen - Win32 Release" NO_EXTERNAL_DEPS="1"
cd ..\..
diff --git a/win32utils/BuildSetup.bat b/win32utils/BuildSetup.bat index 49beb58c..d2a6936a 100644 --- a/win32utils/BuildSetup.bat +++ b/win32utils/BuildSetup.bat @@ -55,6 +55,7 @@ echo Copying the standalone manual pages. copy ..\bin\named\named.html ..\Build\Release
copy ..\bin\rndc\*.html ..\Build\Release
+copy ..\bin\confgen\*.html ..\Build\Release
copy ..\bin\dig\*.html ..\Build\Release
copy ..\bin\nsupdate\*.html ..\Build\Release
copy ..\bin\check\*.html ..\Build\Release
@@ -79,8 +80,7 @@ if Defined FrameworkSDKDir ( rem
rem vcredist_x86.exe path relative to FrameworkSDKDir
-rem
-
+rem
if Exist "%FrameworkSDKDir%\%vcredist%" (
echo Copying Visual C x86 Redistributable Installer
diff --git a/win32utils/index.html b/win32utils/index.html index afc9798e..05e50499 100644 --- a/win32utils/index.html +++ b/win32utils/index.html @@ -14,7 +14,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> -<!-- $Id: index.html,v 1.6.332.2 2008/12/14 21:33:07 tbox Exp $ --> +<!-- $Id: index.html,v 1.8 2008/12/14 21:33:25 tbox Exp $ --> <html> <head> diff --git a/win32utils/makedefs.pl b/win32utils/makedefs.pl index 6a84299e..c0940e5c 100644 --- a/win32utils/makedefs.pl +++ b/win32utils/makedefs.pl @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: makedefs.pl,v 1.8.332.2 2009/01/18 23:47:41 tbox Exp $ +# $Id: makedefs.pl,v 1.10 2009/01/17 23:47:43 tbox Exp $ # makedefs.pl # This script goes through all of the lib header files and creates a .def file diff --git a/win32utils/readme1st.txt b/win32utils/readme1st.txt index a56e7296..d36155f8 100644 --- a/win32utils/readme1st.txt +++ b/win32utils/readme1st.txt @@ -2,7 +2,7 @@ Copyright (C) 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC") Copyright (C) 2001, 2003 Internet Software Consortium.
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
-$Id: readme1st.txt,v 1.18.372.2 2008/12/14 21:33:07 tbox Exp $
+$Id: readme1st.txt,v 1.20 2008/12/14 21:33:25 tbox Exp $
Release of BIND 9.5 for Window 2000/XP/2003
diff --git a/win32utils/win32-build.txt b/win32utils/win32-build.txt index 97a20385..c3a52af4 100644 --- a/win32utils/win32-build.txt +++ b/win32utils/win32-build.txt @@ -2,7 +2,7 @@ Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") Copyright (C) 2001, 2002 Internet Software Consortium.
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
-$Id: win32-build.txt,v 1.11.692.2 2008/12/14 21:33:07 tbox Exp $
+$Id: win32-build.txt,v 1.13 2008/12/14 21:33:25 tbox Exp $
BIND 9.4 for Win32 Source Build Instructions. 28-May-2005
|