From b7e38f2031f84ac63c3c8597a64a41dfc20c1f6b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 26 Oct 2014 21:18:23 +0100 Subject: [PATCH] (Mingw Win32) Set HAVE_CG to 1 and HAVE_FREETYPE to 1 by default` --- Makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.win b/Makefile.win index 06a73bdf1f..2438ccfc8b 100644 --- a/Makefile.win +++ b/Makefile.win @@ -27,10 +27,10 @@ HAVE_SDL2 := 0 HAVE_RSOUND := 0 HAVE_PYTHON := 0 -HAVE_FREETYPE := 0 +HAVE_FREETYPE := 1 HAVE_FFMPEG := 0 -HAVE_CG := 0 +HAVE_CG := 1 HAVE_LIBXML2 := 0 HAVE_ZLIB := 1