]> granicus.if.org Git - graphviz/commitdiff
Make new version of libgd work with Windows.
authorerg <devnull@localhost>
Tue, 31 Jul 2007 22:36:30 +0000 (22:36 +0000)
committererg <devnull@localhost>
Tue, 31 Jul 2007 22:36:30 +0000 (22:36 +0000)
 - HAVE_LIBFREETYPE -> HAVE_FREETYPE2 in config.h
 - Since #include <config.h> was removed from many of the .c files,
add -DNONDLL to make file.
 - Revert to old gdhelpers.h. I don't know how libgd is built on Windows
by others, but we need to disable threads to prevent <windows.h> from
being included.

windows/config.h

index 09d84df2b0da7682a1127b71fee95f92507908e6..1bbc65b1ae703bc653f2e115744a035d7797d5c5 100644 (file)
@@ -201,6 +201,7 @@ extern "C" {
 
 /* Define if you have the freetype library (-lfreetype),  */
 #define        HAVE_LIBFREETYPE   1
+#define        HAVE_FREETYPE2   1
 
 /* Define if you have the XAW library */
 /* #define HAVE_LIBXAW 1 */