mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:09:59 -04:00
Modifications to support batch build environment and additional documentation
This commit is contained in:
parent
00086b09fe
commit
adee3a73e6
2 changed files with 8 additions and 3 deletions
|
|
@ -29,10 +29,15 @@ perl makeversion.pl
|
|||
|
||||
rem Generate header files for lib/dns
|
||||
|
||||
dnsheadergen.bat
|
||||
call dnsheadergen.bat
|
||||
|
||||
echo Ensure that the OpenSSL sources are at the same level in
|
||||
echo the directory tree and is named openssl-0.9.6b or libdns
|
||||
echo will not build.
|
||||
|
||||
exit
|
||||
rem Make sure that the Build directories are there.
|
||||
|
||||
if NOT Exist ..\Build mkdir ..\Build
|
||||
if NOT Exist ..\Build\Release mkdir ..\Build\Release
|
||||
|
||||
rem Done
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ rem WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
cd ..\lib\dns
|
||||
cd win32
|
||||
nmake -f gen.mak CFG="gen - Win32 Release"
|
||||
nmake /nologo /f gen.mak CFG="gen - Win32 Release"
|
||||
cd ..
|
||||
gen -s . -t > include/dns/enumtype.h
|
||||
gen -s . -c > include/dns/enumclass.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue