From: Erwin Janssen Date: Mon, 20 Jun 2016 20:18:00 +0000 (+0200) Subject: Windows: added quotes around BISON and FLEX calls. X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebe9589b0668c4946cfdf3cc53905d4e48d7a20d;p=graphviz Windows: added quotes around BISON and FLEX calls. This prevents a failure if a directory with a space is used. --- diff --git a/lib/cgraph/cgraph.vcxproj b/lib/cgraph/cgraph.vcxproj index 1490d0dfe..bf6b2f3b8 100644 --- a/lib/cgraph/cgraph.vcxproj +++ b/lib/cgraph/cgraph.vcxproj @@ -71,7 +71,8 @@ MachineX86 - %BISON% -dy grammar.y -o grammar.c && %FLEX% -o scan.c scan.l + "%BISON%" -dy grammar.y -o grammar.c +"%FLEX%" -o scan.c scan.l @@ -94,7 +95,8 @@ MachineX86 - %BISON% -dy grammar.y -o grammar.c && %FLEX% -o scan.c scan.l + "%BISON%" -dy grammar.y -o grammar.c +"%FLEX%" -o scan.c scan.l