From 240c533cf70293c879402285e2cb877018dedbd3 Mon Sep 17 00:00:00 2001 From: blub Date: Sat, 2 Jan 2010 16:03:02 +0000 Subject: [PATCH] with mingw I get a libfreetype-6.dll so I guess the win32 DLL list for freetype should contain it git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9767 d7cf8633-e32d-0410-b094-e92efae38249 --- ft2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ft2.c b/ft2.c index 1e31dc4f..211d7bbb 100644 --- a/ft2.c +++ b/ft2.c @@ -175,6 +175,7 @@ qboolean Font_OpenLibrary (void) { #if defined(WIN32) "freetype6.dll", + "libfreetype-6.dll", #elif defined(MACOSX) "libfreetype.dylib", #else -- 2.39.2