]> granicus.if.org Git - graphviz/commitdiff
Windows: Added Bison to lefty.
authorErwin Janssen <erwinjanssen@outlook.com>
Sun, 26 Jun 2016 20:15:56 +0000 (22:15 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Sun, 26 Jun 2016 20:15:56 +0000 (22:15 +0200)
cmd/lefty/lefty.vcxproj

index 9ed68447797579ef440c4dcd3b6699aee509f44f..04eef0aaf262a5e8e63509cccbf905b746d7c857 100644 (file)
@@ -69,6 +69,9 @@
       <DataExecutionPrevention />
       <TargetMachine>MachineX86</TargetMachine>
     </Link>
+    <PreBuildEvent>
+      <Command>%BISON% -dy dot2l\dotparse.y -o dot2l\dotparse.c</Command>
+    </PreBuildEvent>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <ClCompile>
@@ -89,6 +92,9 @@
       <DataExecutionPrevention />
       <TargetMachine>MachineX86</TargetMachine>
     </Link>
+    <PreBuildEvent>
+      <Command>%BISON% -dy dot2l\dotparse.y -o dot2l\dotparse.c</Command>
+    </PreBuildEvent>
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClInclude Include="ws\mswin32\gcommon.h" />