]> granicus.if.org Git - graphviz/commit
ccomps: 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>
Sun, 9 Jan 2022 08:44:20 +0000 (09:44 +0100)
commit6adca49e6ffead9c2e03e3085533c37fcee632c5
treeb84ccb3c0432026c7b45a46641e5b013931fcfa1
parenta39b2cfbc15cc33b7c68337fbe2dbcb601749d6f
ccomps: 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 cgraph.h.

Without this change, errors like this would occur:

ccomps.obj : error LNK2001: unresolved external symbol _Agstrictundirected

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