Modifications to support batch build environment and additional documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user