From: divverent Date: Wed, 23 Dec 2009 20:38:11 +0000 (+0000) Subject: add DLL name for win32 X-Git-Tag: xonotic-v0.1.0preview~992 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c68cb9fffc8984a0928749f92d841b7749dd2577;p=xonotic%2Fdarkplaces.git add DLL name for win32 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9656 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/ft2.c b/ft2.c index 1fd78bd3..6897c9a1 100644 --- a/ft2.c +++ b/ft2.c @@ -172,7 +172,7 @@ qboolean Font_OpenLibrary (void) #if defined(WIN64) #error path for freetype 2 dll #elif defined(WIN32) - #error path for freetype 2 dll + "freetype6.dll", #elif defined(MACOSX) "libfreetype.dylib", #else