]> granicus.if.org Git - graphviz/commit
Made libgvpr a dynamic library on Windows
authorErwin Janssen <erwinjanssen@outlook.com>
Tue, 31 Jan 2017 13:29:46 +0000 (14:29 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Mon, 6 Mar 2017 10:12:55 +0000 (11:12 +0100)
commitc71b2929756e91bc9b08ae7d139abdb7629902d1
tree2fc8baf6153395cf54f8ed9d3893730ae74b94db
parent6682d349af4dc4a66532d02822d059837d5457d7
Made libgvpr a dynamic library on Windows

libgvpr is a dynamic library with the Autotools build, but was for some
reason a static library on Windows. Since Autotools is considered the
default, this commit makes libgvpr a dynamic library on Windows as well.
The added define "GVPR_API", is used for linking, so a seperate gvpr.def
file is not needed. On non-Windows platforms, this define is set to
"extern", so nothing changes there.
graphviz.sln
lib/gvpr/gvpr.h
lib/gvpr/gvprlib.vcxproj