Modifications to support batch build environment and additional documentation

This commit is contained in:
Danny Mayer
2001-07-28 02:32:47 +00:00
parent 00086b09fe
commit adee3a73e6
2 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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