Have "cf_merge_files()" take a pointer-to-pointer-to-char as the output
[obnox/wireshark/wip.git] / cleanbld.bat
1 echo off
2 rem cleanbld.bat
3 rem Script to clean up from a build on another platform
4 rem
5 rem $Id$
6 rem
7 rem Ethereal - Network traffic analyzer
8 rem By Gerald Combs <gerald@ethereal.com>
9 rem Copyright 1998 Gerald Combs
10 rem 
11 rem This program is free software; you can redistribute it and/or
12 rem modify it under the terms of the GNU General Public License
13 rem as published by the Free Software Foundation; either version 2
14 rem of the License, or (at your option) any later version.
15 rem 
16 rem This program is distributed in the hope that it will be useful,
17 rem but WITHOUT ANY WARRANTY; without even the implied warranty of
18 rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 rem GNU General Public License for more details.
20 rem 
21 rem You should have received a copy of the GNU General Public License
22 rem along with this program; if not, write to the Free Software
23 rem Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
24 rem
25 rem Remove the config.h files that are built from config.h.win32 files,
26 rem so that a build will reconstruct them; this should be run the first
27 rem time you do a Microsoft Visual C++ build, so that, for example, if
28 rem you've done a UNIX build, the build doesn't use the config.h files
29 rem from that build (using those config.h files will cause the build
30 rem to fail).
31 rem
32 del/f config.h
33 del/f epan\config.h
34 del/f wiretap\config.h
35 del/f epan\dfilter\scanner.c
36 del/f wiretap\ascend-scanner.c
37 del/f text2pcap-scanner.c