aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-01-04 01:00:19 +0000
committerGerald Combs <gerald@wireshark.org>2014-01-04 01:00:19 +0000
commit2fa2f632ec480c2690015562e4c46d8c4b9bc9b4 (patch)
tree10f478c2445b8893e8bd929ff21d322973898fc8 /config.nmake
parent7af0e2a44669a6baabaa43246c87e3673d86f5b0 (diff)
Add a note and commented-out definitions for Win flex-bison.
Alex Zhondin was kind enough to create a Chocolatey package for Win flex-bison. Unfortunately a bug in Chocolatey's shell wrapper generator keeps us from using it for the time being. svn path=/trunk/; revision=54584
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake9
1 files changed, 7 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index 78a932e894..1da132b1d9 100644
--- a/config.nmake
+++ b/config.nmake
@@ -783,10 +783,15 @@ POD2HTML=$(SH) pod2html
# command for sed (cygwin's sed recommended)
SED=sed
-# command for lex/flexx (cygwin's flex recommended)
+# command for lex/flexx. Cygwin's flex recommended. Chocolatey has a
+# "Win flex-bison" package but it is currently unusable without some
+# manual adjustments to the win_flex and win_bison wrapper scripts.
+# This is called by tools/runlex.sh and must be a UNIX-style path
+#LEX=win_flex
LEX=flex
-# command for yacc/bison (cygwin's bison recommended)
+# command for yacc/bison (Cygwin's bison recommended, see flex comments above)
+#YACC=win_bison
YACC=bison
# Commands to convert UNIX line endings to DOS/Windows