Commit Graph

5 Commits

Author SHA1 Message Date
Guy Harris cf3b50f1ce Delete some new Flex-generated files, and put in a comment explaining
that we're doing that and explaining why we're doing it.

svn path=/trunk/; revision=15213
2005-08-04 22:13:33 +00:00
Guy Harris 8a8b883450 Set the svn:eol-style property on all text files to "native", so that
they have LF at the end of the line on UN*X and CR/LF on Windows;
hopefully this means that if a CR/LF version is checked in on Windows,
the CRs will be stripped so that they show up only when checked out on
Windows, not on UN*X.

svn path=/trunk/; revision=11400
2004-07-18 00:24:25 +00:00
Guy Harris 43142cb77b Get rid of the other Flex output files, so that they get rebuilt on
Windows.

svn path=/trunk/; revision=7410
2003-04-07 18:43:03 +00:00
Guy Harris a601fa2a1c From Andreas Sikkema: remove epan\dfilter\scanner.c, so that it gets
rebuilt on Windows - the UNIX version might include <unistd.h>, which
doesn't work on Windows, so you need to get rid of any UNIX-built
versions.

svn path=/trunk/; revision=7345
2003-03-12 00:11:09 +00:00
Guy Harris e2a238b16b Add a new "cleanbld.bat" script, for Windows; it removes "config.h"
files that might be left over from a UNIX build, so that they'll be
reconstructed from the "config.h.win32" files on a Windows build.
(If you have "config.h" files left over from a UNIX build, the Windows
build will fail.)

Update "README.win32" to mention "cleanbld.bat", and to correctly list
the files generated using tools that don't come with Windows or MSVC++.
Also note that some of them can't be built on UNIX systems.

svn path=/trunk/; revision=3713
2001-07-13 08:14:03 +00:00