Added support for libbind9 in the batch build process

This commit is contained in:
Danny Mayer
2001-11-21 05:02:41 +00:00
parent 3cac42f8db
commit 622a594a7c

View File

@@ -52,6 +52,10 @@ cd isccc\win32
nmake /nologo -f libisccc.mak CFG="libisccc - Win32 Release" NO_EXTERNAL_DEPS="1"
cd ..\..
cd bind9\win32
nmake /nologo -f libbind9.mak CFG="libbind9 - Win32 Release" NO_EXTERNAL_DEPS="1"
cd ..\..
cd lwres\win32
nmake /nologo -f liblwres.mak CFG="liblwres - Win32 Release" NO_EXTERNAL_DEPS="1"
cd ..\..