2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

[master] missed some files in prior commit

This commit is contained in:
Evan Hunt
2013-11-18 15:07:47 -08:00
parent d7b4cb00e9
commit f0f86b038b
3 changed files with 21 additions and 0 deletions

View File

@@ -768,6 +768,24 @@ Package=<4>
############################################################################### ###############################################################################
Project: "rrchecker"="..\bin\tools\win32\rrchecker.dsp" - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name libdns
End Project Dependency
Begin Project Dependency
Project_Dep_Name libisc
End Project Dependency
}}}
###############################################################################
Global: Global:
Package=<5> Package=<5>

View File

@@ -127,6 +127,7 @@ nmake /nologo -f genrandom.mak CFG="genrandom - Win32 Release" NO_EXTERNAL_DEPS
nmake /nologo -f nsec3hash.mak CFG="nsec3hash - Win32 Release" NO_EXTERNAL_DEPS="1" nmake /nologo -f nsec3hash.mak CFG="nsec3hash - Win32 Release" NO_EXTERNAL_DEPS="1"
nmake /nologo -f journalprint.mak CFG="journalprint - Win32 Release" NO_EXTERNAL_DEPS="1" nmake /nologo -f journalprint.mak CFG="journalprint - Win32 Release" NO_EXTERNAL_DEPS="1"
nmake /nologo -f ischmacfixup.mak CFG="ischmacfixup - Win32 Release" NO_EXTERNAL_DEPS="1" nmake /nologo -f ischmacfixup.mak CFG="ischmacfixup - Win32 Release" NO_EXTERNAL_DEPS="1"
nmake /nologo -f rrchecker.mak CFG="rrchecker - Win32 Release" NO_EXTERNAL_DEPS="1"
cd ..\.. cd ..\..
rem This is the BIND 9 Installer rem This is the BIND 9 Installer

View File

@@ -71,6 +71,8 @@ $path = "..\\..\\";
"../bin/rndc/win32/rndc.mak", "../bin/rndc/win32/rndc.mak",
"../bin/tools/win32/journalprint.dsp", "../bin/tools/win32/journalprint.dsp",
"../bin/tools/win32/journalprint.mak", "../bin/tools/win32/journalprint.mak",
"../bin/tools/win32/rrchecker.dsp",
"../bin/tools/win32/rrchecker.mak",
"../lib/bind9/win32/libbind9.dsp", "../lib/bind9/win32/libbind9.dsp",
"../lib/bind9/win32/libbind9.mak", "../lib/bind9/win32/libbind9.mak",
"../lib/dns/win32/libdns.dsp", "../lib/dns/win32/libdns.dsp",