]> granicus.if.org Git - graphviz/commit
Made xdot a dynamic library on Windows
authorErwin Janssen <erwinjanssen@outlook.com>
Tue, 3 Jan 2017 18:20:58 +0000 (19:20 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 4 Jan 2017 23:30:14 +0000 (00:30 +0100)
commit319cc74a7a344411862ed3e8ffa8b190e49f6f46
tree960ef24573f6e67a14d453a5b12af53e53a3d8d7
parent5ae9ab6dc1ebc8f40d0199a66294ae1fe1aac797
Made xdot a dynamic library on Windows

xdot 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 xdot a dynamic library on Windows as well.
The added define "XDOT_API", is used for linking, so a seperate xdot.def
file is not needed. On non-Windows platforms, this define is set to
"extern", so nothing changes there.
lib/gvc.vcxproj
lib/xdot/xdot.h
lib/xdot/xdot.vcxproj