From: blub Date: Sat, 2 Jan 2010 16:03:02 +0000 (+0000) Subject: with mingw I get a libfreetype-6.dll so I guess the win32 DLL list for freetype shoul... X-Git-Tag: xonotic-v0.1.0preview~881 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=240c533cf70293c879402285e2cb877018dedbd3;p=xonotic%2Fdarkplaces.git 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 --- 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