aboutsummaryrefslogtreecommitdiffstats
path: root/gnuwin32/contrib/flex/2.5.4a/flex-2.5.4a/flex-2.5.4a-1-GnuWin32.README
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@intopalo.com>2015-08-02 10:03:20 +0300
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-08-13 04:45:21 +0000
commit3d7fe3b822615cf1d11eeff1b97d8a5927a6d5b3 (patch)
tree25de4c4c6de38e8634eead8494a22d1d42c3b45a /gnuwin32/contrib/flex/2.5.4a/flex-2.5.4a/flex-2.5.4a-1-GnuWin32.README
parentd60882b0bc98875361477cb5aaf7d12c2693f900 (diff)
gnuwin32: Remove old versions of bison/flex from the distribution
The win_flex/win_bison tools are already in the repository and working with all projects, so the GnuWin32 versions can be removed and the winflexbison versions can take their place. Task-number: QTBUG-46852 Change-Id: I41bc541adab834ff83912d7a4f076a87fc174601 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'gnuwin32/contrib/flex/2.5.4a/flex-2.5.4a/flex-2.5.4a-1-GnuWin32.README')
-rw-r--r--gnuwin32/contrib/flex/2.5.4a/flex-2.5.4a/flex-2.5.4a-1-GnuWin32.README51
1 files changed, 0 insertions, 51 deletions
diff --git a/gnuwin32/contrib/flex/2.5.4a/flex-2.5.4a/flex-2.5.4a-1-GnuWin32.README b/gnuwin32/contrib/flex/2.5.4a/flex-2.5.4a/flex-2.5.4a-1-GnuWin32.README
deleted file mode 100644
index d4d9aa04..00000000
--- a/gnuwin32/contrib/flex/2.5.4a/flex-2.5.4a/flex-2.5.4a-1-GnuWin32.README
+++ /dev/null
@@ -1,51 +0,0 @@
-* Flex-2.5.4a for Windows *
-===========================
-
-What is it?
------------
-Flex: fast lexical analyzer generator
-
-Description
------------
-Flex is a fast lexical analyser generator. It is a tool for generating
-programs that perform pattern-matching on text. There are many applications
-for Flex, including writing compilers in conjunction with GNU Bison. Flex
-is a free implementation of the well known Lex program. It features a Lex
-compatibility mode, and also provides several new features such as exclusive
-start conditions.
-
-Homepage
---------
-http://www.gnu.org/software/flex/flex.html
-
-System
-------
-- MS-Windows 95 / 98 / ME / NT / 2000 / XP with msvcrt.dll
-- if msvcrt.dll is not in your Windows/System folder, get it from
- Microsoft <http://support.microsoft.com/default.aspx?scid=kb;en-us;259403">
- or by installing Internet Explorer 4.0 or higher
- <http://www.microsoft.com/windows/ie>
-
-Notes
------
-- Bugs and questions on this MS-Windows port: gnuwin32@users.sourceforge.net
-
-Package Availability
---------------------
-- in: http://gnuwin32.sourceforge.net
-
-Sources
--------
-- flex-2.5.4a-1-src.zip
-
-Compilation
------------
-The package has been compiled with GNU auto-tools, GNU make, and Mingw
-(GCC for MS-Windows). Any differences from the original sources are given
-in flex-2.5.4a-1-GnuWin32.diffs in flex-2.5.4a-1-src.zip. Libraries needed
-for compilation can be found at the lines starting with 'LIBS = ' in the
-Makefiles. Usually, these are standard libraries provided with Mingw, or
-libraries from the package itself; 'gw32c' refers to the libgw32c package,
-which provides MS-Windows substitutes or stubs for functions normally found in
-Unix. For more information, see: http://gnuwin32.sourceforge.net/compile.html
-and http://gnuwin32.sourceforge.net/packages/libgw32c.htm.