aboutsummaryrefslogtreecommitdiffstats
path: root/gnuwin32/bin
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/bin
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/bin')
-rwxr-xr-x[-rw-r--r--]gnuwin32/bin/bison.exebin279552 -> 539648 bytes
-rw-r--r--gnuwin32/bin/bison.yacc2
-rw-r--r--gnuwin32/bin/flex++.exebin170496 -> 0 bytes
-rwxr-xr-x[-rw-r--r--]gnuwin32/bin/flex.exebin170496 -> 546816 bytes
-rw-r--r--gnuwin32/bin/yacc2
5 files changed, 0 insertions, 4 deletions
diff --git a/gnuwin32/bin/bison.exe b/gnuwin32/bin/bison.exe
index a56f1cb3..035eb2a4 100644..100755
--- a/gnuwin32/bin/bison.exe
+++ b/gnuwin32/bin/bison.exe
Binary files differ
diff --git a/gnuwin32/bin/bison.yacc b/gnuwin32/bin/bison.yacc
deleted file mode 100644
index 0d8549e3..00000000
--- a/gnuwin32/bin/bison.yacc
+++ /dev/null
@@ -1,2 +0,0 @@
-#! /bin/sh
-exec 'c:/progra~1/bison/bin/bison' -y "$@"
diff --git a/gnuwin32/bin/flex++.exe b/gnuwin32/bin/flex++.exe
deleted file mode 100644
index 59c75ccb..00000000
--- a/gnuwin32/bin/flex++.exe
+++ /dev/null
Binary files differ
diff --git a/gnuwin32/bin/flex.exe b/gnuwin32/bin/flex.exe
index 59c75ccb..a4c7d626 100644..100755
--- a/gnuwin32/bin/flex.exe
+++ b/gnuwin32/bin/flex.exe
Binary files differ
diff --git a/gnuwin32/bin/yacc b/gnuwin32/bin/yacc
deleted file mode 100644
index 0d8549e3..00000000
--- a/gnuwin32/bin/yacc
+++ /dev/null
@@ -1,2 +0,0 @@
-#! /bin/sh
-exec 'c:/progra~1/bison/bin/bison' -y "$@"