mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 12:12:11 -04:00
Added support for libbind9 in the batch build process
This commit is contained in:
parent
3cac42f8db
commit
622a594a7c
1 changed files with 4 additions and 0 deletions
|
|
@ -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 ..\..
|
||||
|
|
|
|||
Loading…
Reference in a new issue