]> granicus.if.org Git - graphviz/commit
xdot: MSBuild: define GVDLL to ensure correct storage-class attributes
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 3 Jan 2022 06:20:54 +0000 (07:20 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 10 Jan 2022 14:09:12 +0000 (15:09 +0100)
commitd68fc8b7a50af3f18598d8050ba63e21681a17e5
tree90ab53f2cc5bfc1fb75200c5209931eb54f7d484
parent6d2428aa3102d3f15eb8f8930e6e7ec1eaf06381
xdot: MSBuild: define GVDLL to ensure correct storage-class attributes

An upcoming commit will change the storage-class attributes in
xdot.h to be controlled by the GVDLL symbol.

Without this change, errors like this would occur in lib/gvc:

LINK : fatal error LNK1104: cannot open file 'C:\Users\magja\graphviz\Debug\Graphviz\bin\xdot.lib'
Done building project "gvc.vcxproj" -- FAILED.

Towards https://gitlab.com/graphviz/graphviz/-/issues/2173.
lib/xdot/xdot.vcxproj