From: Erwin Janssen Date: Mon, 20 Jun 2016 20:36:08 +0000 (+0200) Subject: Windows: Added BISON and SED to gvc pre-build step. X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ef6ee7d03dc418e8f57a610918cf31f39ba014e;p=graphviz Windows: Added BISON and SED to gvc pre-build step. --- diff --git a/lib/gvc.vcxproj b/lib/gvc.vcxproj index 38dc483b7..86ff1c79b 100644 --- a/lib/gvc.vcxproj +++ b/lib/gvc.vcxproj @@ -71,7 +71,11 @@ MachineX86 - %BISON% -dy common\htmlparse.y -o common\htmlparse.c + %BISON% -dy common\htmlparse.y -o common\htmlparse-intermediate.c +"%SED%" "s/yy/html/g" < common\htmlparse-intermediate.c > common\htmlparse.c +"%SED%" "s/yy/html/g" < common\htmlparse-intermediate.h > common\htmlparse.h +del common\htmlparse-intermediate.c +del common\htmlparse-intermediate.h @@ -97,7 +101,11 @@ MachineX86 - %BISON% -dy common\htmlparse.y -o common\htmlparse.c + %BISON% -dy common\htmlparse.y -o common\htmlparse-intermediate.c +"%SED%" "s/yy/html/g" < common\htmlparse-intermediate.c > common\htmlparse.c +"%SED%" "s/yy/html/g" < common\htmlparse-intermediate.h > common\htmlparse.h +del common\htmlparse-intermediate.c +del common\htmlparse-intermediate.h