Alexei A Podtelezhnikov, PhD

> On Jul 26, 2020, at 12:14, Vincent Torri <vincent.to...@gmail.com> wrote:
> 
> On Sun, Jul 26, 2020 at 5:52 PM Alexei Podtelezhnikov
> <apodt...@gmail.com> wrote:
>> 
>> 
>>> As you said, I think some recent changes in the
>>> config file is causing this, it's not there in my own
>>> branch.
>> 
>> DLL_EXPORT and DLL_IMPORT were dropped but still needed to handle static 
>> libraries.
> 
> to build a static library of freetype, FT_EXPORT MUST be set to nothing

Or better vice versa, the __declspec(dllexport) or _declspec(dllimport) 
attributes are  only used if DLL_EXPORT or DLL_IMPORT defined. This way dll is 
usable with cl.

Reply via email to