From: erg Date: Thu, 8 Mar 2007 19:24:55 +0000 (+0000) Subject: Move #defines for Windows to initial use of UWIN. X-Git-Tag: LAST_LIBGRAPH~32^2~5649 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d22c009713e14a4e717d7d72555fc7266e5e47b1;p=graphviz Move #defines for Windows to initial use of UWIN. --- diff --git a/configure.ac b/configure.ac index 68c0b2dd6..48f436b99 100644 --- a/configure.ac +++ b/configure.ac @@ -66,6 +66,7 @@ case "${host_os}" in *uwin* ) UWIN=yes DEFAULT_FONTPATH="C:/WINDOWS/FONTS;C:/WINNT/Fonts;C:/winnt/fonts" + CFLAGS="${CFLAGS} -DWIN32 -DMSWIN32" PATHSEPARATOR=";" ;; *cygwin* ) @@ -212,9 +213,6 @@ else *alpha*-*-linux* ) CFLAGS="${CFLAGS} -mieee -Wall" ;; - *uwin* ) - CFLAGS="${CFLAGS} -DWIN32 -DMSWIN32" - ;; *-apple-darwin* ) CFLAGS="${CFLAGS} -fno-common -Wall" ;;