]> granicus.if.org Git - graphviz/commit
fix: do not overwrite exparse.h during MSBuild compilation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 15 Sep 2021 00:14:10 +0000 (17:14 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 15 Sep 2021 00:14:10 +0000 (17:14 -0700)
commit59d7cba9816da2a08bfd6f902ac4525d6a864143
tree9d16605f9fa701d6efdae61009c40c36853c6979
parent4ba41182feaaf7d1eef4077c9ce3c833e380dba5
fix: do not overwrite exparse.h during MSBuild compilation

Commit 09973560cc67c5277df8732ebba75da784afbe51 altered exparse.h to be a static
checked-in file instead of generated by Bison. This passed CI testing, but
unfortunately it was not noticed that on Windows MSBuild this resulted in the
build process still generating exparse.h and overwriting the in-repo copy.

This change reverts the Bison command used during MSBuild to generate the
default y.tab.c/y.tab.h output, more closely aligning it with the other build
systems.
lib/expr/expr.vcxproj
lib/expr/expr.vcxproj.filters