]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
with mingw I get a libfreetype-6.dll so I guess the win32 DLL list for freetype shoul...
authorblub <blub@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 2 Jan 2010 16:03:02 +0000 (16:03 +0000)
committerblub <blub@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 2 Jan 2010 16:03:02 +0000 (16:03 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9767 d7cf8633-e32d-0410-b094-e92efae38249

ft2.c

diff --git a/ft2.c b/ft2.c
index 1e31dc4fa07054b5a45414d399253b9ad34cbd2c..211d7bbbdb8e703f54596c3f3662561af4c1ae7c 100644 (file)
--- 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