From 34cf3942267aa629d428e6898893e20690e24f3a Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 11 Sep 2012 11:01:55 +0200 Subject: Add win_flex to the convenience GNU tools for the WebKit build on Windows The latest builds of ANGLE in WebKit require a version of flex that is newer than what GnuWin32 can provide. The only distribution I've found that doesn't pull in all of CygWin is winflexbison. This patch adds the binary of it along with a README explaining the purpose of this gnuwin32 directory altogether. Change-Id: Ia00fa5d628891c9d4c30586f42274c7c602362ce Reviewed-by: Oswald Buddenhagen Reviewed-by: Lars Knoll --- gnuwin32/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gnuwin32/README (limited to 'gnuwin32/README') diff --git a/gnuwin32/README b/gnuwin32/README new file mode 100644 index 00000000..c3a43063 --- /dev/null +++ b/gnuwin32/README @@ -0,0 +1,9 @@ +This directory contains the Windows binaries of various tools such as bison +from the GnuWin32 project (http://gnuwin32.sourceforge.net/). We've put them +here for your convenience, as they are needed to build projects such as +QtWebKit. + +Aside from GnuWin32 binaries this directory also contains a distribution of Win +flex-bison project (http://sourceforge.net/projects/winflexbison/), which provides +much newer ports of Flex and Bison than what GnuWin32 provides. + -- cgit v1.2.3