]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorMark Andrews <marka@isc.org>
Thu, 6 Sep 2001 05:29:01 +0000 (05:29 +0000)
committerMark Andrews <marka@isc.org>
Thu, 6 Sep 2001 05:29:01 +0000 (05:29 +0000)
Added macro to suppress warning dependencies message

win32utils/BuildAll.bat
win32utils/dnsheadergen.bat

index 87e9deb481faed7bb429f8ec6db1ca54c755b907..85e827bdd5788083f11a68d48ee7340cdca51cff 100644 (file)
@@ -37,29 +37,29 @@ echo Build all of the Library files
 cd ..\lib
 
 cd isc\win32
-nmake /nologo -f libisc.mak CFG="libisc - Win32 Release"
+nmake /nologo -f libisc.mak CFG="libisc - Win32 Release"  NO_EXTERNAL_DEPS="1"
 cd ..\..
 
 cd dns\win32
-nmake /nologo -f libdns.mak CFG="libdns - Win32 Release"
+nmake /nologo -f libdns.mak CFG="libdns - Win32 Release"  NO_EXTERNAL_DEPS="1"
 cd ..\..
 
 cd isccfg\win32
-nmake /nologo -f libisccfg.mak CFG="libisccfg - Win32 Release"
+nmake /nologo -f libisccfg.mak CFG="libisccfg - Win32 Release"  NO_EXTERNAL_DEPS="1"
 cd ..\..
 
 cd isccc\win32
-nmake /nologo -f libisccc.mak CFG="libisccc - Win32 Release"
+nmake /nologo -f libisccc.mak CFG="libisccc - Win32 Release"  NO_EXTERNAL_DEPS="1"
 cd ..\..
 
 cd lwres\win32
-nmake /nologo -f liblwres.mak CFG="liblwres - Win32 Release"
+nmake /nologo -f liblwres.mak CFG="liblwres - Win32 Release"  NO_EXTERNAL_DEPS="1"
 cd ..\..
 
 rem This is the DLL required for the event Viewer
 
 cd win32\bindevt
-nmake /nologo -f bindevt.mak CFG="bindevt - Win32 Release"
+nmake /nologo -f bindevt.mak CFG="bindevt - Win32 Release"  NO_EXTERNAL_DEPS="1"
 cd ..\..
 
 cd ..
@@ -69,48 +69,48 @@ echo Now build the apps
 cd bin
 
 cd named\win32
-nmake /nologo -f named.mak CFG="named - Win32 Release"
+nmake /nologo -f named.mak CFG="named - Win32 Release"  NO_EXTERNAL_DEPS="1"
 
 copy ..\named.html ..\..\..\Build\Release
 cd ..\..
 
 cd rndc\win32
-nmake /nologo -f rndc.mak CFG="rndc - Win32 Release"
-nmake /nologo -f confgen.mak CFG="rndcconfgen - Win32 Release"
+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"
 
 copy ..\*.html ..\..\..\Build\Release
 cd ..\..
 
 cd dig\win32
-nmake /nologo -f dig.mak CFG="dig - Win32 Release"
-nmake /nologo /nologo -f host.mak CFG="host - Win32 Release"
-nmake /nologo -f nslookup.mak CFG="nslookup - Win32 Release"
+nmake /nologo -f dig.mak CFG="dig - Win32 Release"  NO_EXTERNAL_DEPS="1"
+nmake /nologo /nologo -f host.mak CFG="host - Win32 Release"  NO_EXTERNAL_DEPS="1"
+nmake /nologo -f nslookup.mak CFG="nslookup - Win32 Release"  NO_EXTERNAL_DEPS="1"
 copy ..\*.html ..\..\..\Build\Release
 cd ..\..
 
 cd nsupdate\win32
-nmake /nologo -f nsupdate.mak CFG="nsupdate - Win32 Release"
+nmake /nologo -f nsupdate.mak CFG="nsupdate - Win32 Release"  NO_EXTERNAL_DEPS="1"
 copy ..\*.html ..\..\..\Build\Release
 cd ..\..
 
 cd check\win32
-nmake /nologo -f namedcheckconf.mak CFG="namedcheckconf - Win32 Release"
-nmake /nologo -f namedcheckzone.mak CFG="namedcheckzone - Win32 Release"
+nmake /nologo -f namedcheckconf.mak CFG="namedcheckconf - Win32 Release"  NO_EXTERNAL_DEPS="1"
+nmake /nologo -f namedcheckzone.mak CFG="namedcheckzone - Win32 Release"  NO_EXTERNAL_DEPS="1"
 copy ..\*.html ..\..\..\Build\Release
 cd ..\..
 
 cd dnssec\win32
-nmake /nologo -f keygen.mak CFG="keygen - Win32 Release"
-nmake /nologo -f makekeyset.mak CFG="makekeyset - Win32 Release"
-nmake /nologo -f signkey.mak CFG="signkey - Win32 Release"
-nmake /nologo -f signzone.mak CFG="signzone - Win32 Release"
+nmake /nologo -f keygen.mak CFG="keygen - Win32 Release"  NO_EXTERNAL_DEPS="1"
+nmake /nologo -f makekeyset.mak CFG="makekeyset - Win32 Release"  NO_EXTERNAL_DEPS="1"
+nmake /nologo -f signkey.mak CFG="signkey - Win32 Release"  NO_EXTERNAL_DEPS="1"
+nmake /nologo -f signzone.mak CFG="signzone - Win32 Release"  NO_EXTERNAL_DEPS="1"
 copy ..\*.html ..\..\..\Build\Release
 cd ..\..
 
 rem This is the BIND 9 Installer
 
 cd win32\BINDInstall
-nmake /nologo -f BINDInstall.mak CFG="BINDInstall - Win32 Release"
+nmake /nologo -f BINDInstall.mak CFG="BINDInstall - Win32 Release"  NO_EXTERNAL_DEPS="1"
 cd ..\..
 
 cd ..
index 25b18708dc98520d76e787f23c95cd41b203101c..936e123b62191b5d03a44f6c7b2c22d81d1b9c42 100644 (file)
@@ -17,7 +17,7 @@ rem  WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 cd ..\lib\dns
 cd win32
-nmake /nologo /f gen.mak CFG="gen - Win32 Release"
+nmake /nologo /f gen.mak CFG="gen - Win32 Release"  NO_EXTERNAL_DEPS="1"
 cd ..
 gen -s . -t > include/dns/enumtype.h
 gen -s . -c > include/dns/enumclass.h