]> granicus.if.org Git - graphviz/commit
Made vmalloc a static library on Windows
authorErwin Janssen <erwinjanssen@outlook.com>
Thu, 5 Jan 2017 23:59:09 +0000 (00:59 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Tue, 17 Jan 2017 18:14:54 +0000 (19:14 +0100)
commit6e79d2fe0ac267d1a8c56e699aeb0e73044046c5
tree7742b2a441dc5502cbd4f09d0bfcb8e61da0e7c3
parent339add1a67aa2add550208523d9ecd73e39ba1e0
Made vmalloc a static library on Windows

vmalloc is a static library with the Autotools build, but was for some
reason a dynamic library on Windows. Since Autotools is considered the
default, this commit makes vmalloc a static library on Windows as well.
To disable the function export that is required for a dynamic library,
but not for a static one, various define checks were removed.
graphviz.sln
lib/vmalloc/vmalloc.h
lib/vmalloc/vmalloc.vcxproj