Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / bind / dist / win32utils / dnsheadergen.bat
blob664dcdc5dacbc4f870a501ea1d9990ee66055158
1 echo off\r
2 rem\r
3 rem Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")\r
4 rem Copyright (C) 2001-2002  Internet Software Consortium.\r
5 rem \r
6 rem Permission to use, copy, modify, and distribute this software for any\r
7 rem purpose with or without fee is hereby granted, provided that the above\r
8 rem copyright notice and this permission notice appear in all copies.\r
9 rem \r
10 rem THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH\r
11 rem REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r
12 rem AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,\r
13 rem INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r
14 rem LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE\r
15 rem OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r
16 rem PERFORMANCE OF THIS SOFTWARE.\r
18 cd ..\lib\dns\r
19 cd win32\r
20 nmake /nologo /f gen.mak CFG="gen - Win32 Release"  NO_EXTERNAL_DEPS="1"\r
21 cd ..\r
22 gen -s . -t > include/dns/enumtype.h\r
23 gen -s . -c > include/dns/enumclass.h\r
24 gen -s . -i -P ./rdata/rdatastructpre.h -S ./rdata/rdatastructsuf.h > include/dns/rdatastruct.h\r
25 gen -s . > code.h\r
26 cd ..\..\win32utils\r