From: erg Date: Tue, 31 Jul 2007 22:36:30 +0000 (+0000) Subject: Make new version of libgd work with Windows. X-Git-Tag: LAST_LIBGRAPH~32^2~5460 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78747efa5e09ef90f96416297bdf38b32e081429;p=graphviz Make new version of libgd work with Windows. - HAVE_LIBFREETYPE -> HAVE_FREETYPE2 in config.h - Since #include 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 from being included. --- diff --git a/windows/config.h b/windows/config.h index 09d84df2b..1bbc65b1a 100644 --- a/windows/config.h +++ b/windows/config.h @@ -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 */