From 396e5e82c16d3d81e1e575e02fe05a77149ed0ea Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 25 Aug 2014 11:36:19 +0200 Subject: Add Win32 build scripts into sources See win32/readme.txt for more information. --- win32/patches/bison.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 win32/patches/bison.patch (limited to 'win32/patches/bison.patch') diff --git a/win32/patches/bison.patch b/win32/patches/bison.patch new file mode 100644 index 0000000000..ae77ae2688 --- /dev/null +++ b/win32/patches/bison.patch @@ -0,0 +1,18 @@ +diff -upr bison-3.0.2.old/Makefile.am bison-3.0.2/Makefile.am +--- bison-3.0.2.old/Makefile.am 2013-08-02 15:35:13 +0000 ++++ bison-3.0.2/Makefile.am 2014-05-08 07:40:11 +0000 +@@ -54,12 +54,12 @@ noinst_LIBRARIES = + include build-aux/local.mk + include data/local.mk + include djgpp/local.mk +-include doc/local.mk ++#include doc/local.mk + include etc/local.mk + include examples/local.mk + include lib/local.mk + include src/local.mk +-include tests/local.mk ++#include tests/local.mk + + # See comments in build-aux/git-version-gen. However, we make .version depend + # on configure so that .version and VERSION/PACKAGE_VERSION stay in sync in the -- cgit v1.2.3