]> granicus.if.org Git - graphviz/commitdiff
remove unnecessary intermediate build artifact
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 2 Sep 2020 02:29:09 +0000 (19:29 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 8 Sep 2020 14:39:21 +0000 (07:39 -0700)
This is the equivalent of c498c4bb3e12e48e3bab9aba8d3162535e163c92 for
exparse.y. Related to #1806.

lib/expr/expr.vcxproj

index 5b4c03a1db0316beaeee677adceca23e2ba9c7c7..bf9bc25ecb9fc1b0615cd8ccd7ef9f248bc28af5 100644 (file)
     </ClCompile>
     <Lib />
     <PreBuildEvent>
-      <Command>win_bison -Wno-yacc -dy exparse.y -o exparse-intermediate.c
-copy exparse-intermediate.c exparse.c
-copy exparse-intermediate.h exparse.h
-del exparse-intermediate.c
-del exparse-intermediate.h</Command>
+      <Command>win_bison -Wno-yacc -dy exparse.y -o exparse.c</Command>
     </PreBuildEvent>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -82,11 +78,7 @@ del exparse-intermediate.h</Command>
     </ClCompile>
     <Lib />
     <PreBuildEvent>
-      <Command>win_bison -Wno-yacc -dy exparse.y -o exparse-intermediate.c
-copy exparse-intermediate.c exparse.c
-copy exparse-intermediate.h exparse.h
-del exparse-intermediate.c
-del exparse-intermediate.h</Command>
+      <Command>win_bison -Wno-yacc -dy exparse.y -o exparse.c</Command>
     </PreBuildEvent>
   </ItemDefinitionGroup>
   <ItemGroup>