aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.nmake b/config.nmake
index ee160c781a..46bc9c57ef 100644
--- a/config.nmake
+++ b/config.nmake
@@ -790,7 +790,7 @@ SED=sed
# Command for lex/flexx. Cygwin's flex or Chocolatey's win_flex
# recommended.
-# This is called by tools\runlex.sh and must be a UNIX-style path
+# Absolute or relative paths must be Windows-style
# Chocolatey's C:\Chocolatey\bin\win_flex and -\win_bison are
# currently unusable without some manual adjustments to the
@@ -798,12 +798,12 @@ SED=sed
# directly should work.
#LEX=win_flex
-#LEX=/cygdrive/c/Chocolatey/lib/winflexbison.2.4.1.20140103/tools/win_flex
+#LEX=C:\Chocolatey\lib\winflexbison.2.4.1.20140103\tools\win_flex
LEX=flex
# Command for yacc/bison. Cygwin's bison or Chocolatey's win_bison
# recommended.
-# This is called by nmake and must be a Windows-style path
+# Absolute or relative paths must be Windows-style
#YACC=win_bison
#YACC=C:\Chocolatey\lib\winflexbison.2.4.1.20140103\tools\win_bison