Add a note and commented-out definitions for Win flex-bison.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 4 Jan 2014 01:00:19 +0000 (01:00 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 4 Jan 2014 01:00:19 +0000 (01:00 +0000)
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54584 f5534014-38df-0310-8fa8-9805f1628bb7

config.nmake

index 78a932e894fbe05ae1f6903d4cd2f4847e64d2bd..1da132b1d9390e8552abdeaf015a80c701514b41 100644 (file)
@@ -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