source: trunk/third/bind/win32utils/dnsheadergen.bat @ 21744

Revision 21744, 1.2 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21743, which included commits to RCS files with non-trunk default branches.
Line 
1echo off
2rem
3rem Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
4rem Copyright (C) 2001-2002  Internet Software Consortium.
5rem
6rem Permission to use, copy, modify, and distribute this software for any
7rem purpose with or without fee is hereby granted, provided that the above
8rem copyright notice and this permission notice appear in all copies.
9rem
10rem THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
11rem REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12rem AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
13rem INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14rem LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15rem OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16rem PERFORMANCE OF THIS SOFTWARE.
17
18cd ..\lib\dns
19cd win32
20nmake /nologo /f gen.mak CFG="gen - Win32 Release"  NO_EXTERNAL_DEPS="1"
21cd ..
22gen -s . -t > include/dns/enumtype.h
23gen -s . -c > include/dns/enumclass.h
24gen -s . -i -P ./rdata/rdatastructpre.h -S ./rdata/rdatastructsuf.h > include/dns/rdatastruct.h
25gen -s . > code.h
26cd ..\..\win32utils
Note: See TracBrowser for help on using the repository browser.