aboutsummaryrefslogtreecommitdiffstats
path: root/cleanbld.bat
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-10-29 09:48:29 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-10-29 09:48:29 +0000
commit590537c9681e570c46bdd9249eeae042ed1ac9d3 (patch)
treea994e94aa9373f98dfd31f8134a2978397f067a5 /cleanbld.bat
parentd232c0c69a8e8803d78849283d74609617e8981f (diff)
remove cleanbld.bat (use the distclean target instead)
svn path=/trunk/; revision=16355
Diffstat (limited to 'cleanbld.bat')
-rw-r--r--cleanbld.bat45
1 files changed, 0 insertions, 45 deletions
diff --git a/cleanbld.bat b/cleanbld.bat
deleted file mode 100644
index 855041c7aa..0000000000
--- a/cleanbld.bat
+++ /dev/null
@@ -1,45 +0,0 @@
-echo off
-rem cleanbld.bat
-rem Script to clean up from a build on another platform
-rem
-rem $Id$
-rem
-rem Ethereal - Network traffic analyzer
-rem By Gerald Combs <gerald@ethereal.com>
-rem Copyright 1998 Gerald Combs
-rem
-rem This program is free software; you can redistribute it and/or
-rem modify it under the terms of the GNU General Public License
-rem as published by the Free Software Foundation; either version 2
-rem of the License, or (at your option) any later version.
-rem
-rem This program is distributed in the hope that it will be useful,
-rem but WITHOUT ANY WARRANTY; without even the implied warranty of
-rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-rem GNU General Public License for more details.
-rem
-rem You should have received a copy of the GNU General Public License
-rem along with this program; if not, write to the Free Software
-rem Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-rem
-rem Remove the config.h files that are built from config.h.win32 files,
-rem so that a build will reconstruct them; this should be run the first
-rem time you do a Microsoft Visual C++ build, so that, for example, if
-rem you've done a UNIX build, the build doesn't use the config.h files
-rem from that build (using those config.h files will cause the build
-rem to fail).
-rem
-rem Also remove all files generated by Flex, as the Flex on UN*X
-rem generates code that includes <unistd.h>, which doesn't work on
-rem Windows; you need to run a Windows version of Flex to generate
-rem lexical analyzers.
-rem
-del/f config.h
-del/f epan\config.h
-del/f wiretap\config.h
-del/f epan\radius_dict.c
-del/f epan\dfilter\scanner.c
-del/f plugins\mate\mate_parser.c
-del/f plugins\xml\xml_lexer.c
-del/f wiretap\ascend-scanner.c
-del/f text2pcap-scanner.c