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:36:47 +0100

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]