]> granicus.if.org Git - graphviz/commit
gxl2gv: 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)
commitf07d4f5e4aae4d0a6f03291df6ded1802fc9a739
tree8391db32b9dfd0a66c00c21fe21833fa698b9026
parent9620a8ea295c2aa7d637edaa9b010de08c617e64
gxl2gv: 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:

gxl2gv.obj : error LNK2001: unresolved external symbol _Dtoset

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