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