freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] FreeType DLL support (Re: Freetype-devel Digest, Vol 156,


From: Vincent Torri
Subject: Re: [ft-devel] FreeType DLL support (Re: Freetype-devel Digest, Vol 156, Issue 12)
Date: Fri, 12 Jan 2018 22:45:54 +0100

and pass -D_DLL in unix Makefile when compiling the shared lib and
everything will be fine

On Fri, Jan 12, 2018 at 10:36 PM, Vincent Torri <address@hidden> wrote:
> in ftconfig.h replace
>
> #ifdef _MSC_VER
>
> with
>
> #ifdef _WIN32
>
>
>
> On Fri, Jan 12, 2018 at 10:29 PM, Alexei Podtelezhnikov
> <address@hidden> wrote:
>>
>>> > FreeType do not have DLL support for those tools yet. Patches are
>>> > welcome.
>>>
>>> I've just tried freetype 2.9 with MSYS2 + mingw-w64 :
>>>
>>> ./configure --host=i686-w64-mingw32 --disable-static
>>> make -j7
>>>
>>> and I have my DLL
>>
>> You have proper symbols exported and import library created, without the
>> need for dllexport, I assume. Cool.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]