From: Erwin Janssen Date: Sun, 26 Jun 2016 20:15:56 +0000 (+0200) Subject: Windows: Added Bison to lefty. X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61a0e179607a462d6992443832f8172aa1a27fac;p=graphviz Windows: Added Bison to lefty. --- diff --git a/cmd/lefty/lefty.vcxproj b/cmd/lefty/lefty.vcxproj index 9ed684477..04eef0aaf 100644 --- a/cmd/lefty/lefty.vcxproj +++ b/cmd/lefty/lefty.vcxproj @@ -69,6 +69,9 @@ MachineX86 + + %BISON% -dy dot2l\dotparse.y -o dot2l\dotparse.c + @@ -89,6 +92,9 @@ MachineX86 + + %BISON% -dy dot2l\dotparse.y -o dot2l\dotparse.c +