]> granicus.if.org Git - graphviz/commit
osage: MSBuild: define GVDLL to ensure correct storage-class attributes
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 2 Jan 2022 13:08:50 +0000 (14:08 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 9 Jan 2022 19:24:28 +0000 (20:24 +0100)
commit675082c93d47f9be6fd54723c43d9e0cab388026
treec2b9b696c963d55745ba98d1652d410c08ac9711
parentfd5c4d60f2acdb4e9713423c7722f24fe35c7f9a
osage: MSBuild: define GVDLL to ensure correct storage-class attributes

An upcoming commit will change the storage-class attributes in
globals.h to be controlled only by the GVDLL symbol, not also by the
WIN32_DLL symbol.

Without this change, errors like this would occur:

osage.lib(osageinit.obj) : error LNK2001: unresolved external symbol _Ndim

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