]> granicus.if.org Git - graphviz/commit
gml2gv: MSBuild: define GVDLL to ensure correct storage-class attributes
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 1 Jan 2022 17:01:01 +0000 (18:01 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 5 Jan 2022 06:30:24 +0000 (07:30 +0100)
commit28b903333e5a3bc51aaeb07a39992ffb27afa426
treeb0d44a4f1e3feb2ccd19b8069f8f3685d83646eb
parent00bf98f1294dbfbe753add1a004b5a1795ac7e03
gml2gv: MSBuild: define GVDLL to ensure correct storage-class attributes

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

Without this change, errors like this would occur:

gv2gxl.obj : error LNK2001: unresolved external symbol _Dtoset

Towards https://gitlab.com/graphviz/graphviz/-/issues/2173.
cmd/tools/gml2gv.vcxproj