Get rid of the other Flex output files, so that they get rebuilt on

Windows.

svn path=/trunk/; revision=7410
This commit is contained in:
Guy Harris 2003-04-07 18:43:03 +00:00
parent 7cf778fe23
commit 43142cb77b
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@ echo off
rem cleanbld.bat
rem Script to clean up from a build on another platform
rem
rem $Id: cleanbld.bat,v 1.2 2003/03/12 00:11:09 guy Exp $
rem $Id: cleanbld.bat,v 1.3 2003/04/07 18:43:03 guy Exp $
rem
rem Ethereal - Network traffic analyzer
rem By Gerald Combs <gerald@ethereal.com>
@ -33,3 +33,5 @@ del/f config.h
del/f epan\config.h
del/f wiretap\config.h
del/f epan\dfilter\scanner.c
del/f wiretap\ascend-scanner.c
del/f text2pcap-scanner.c