How do I build a DLL from the source (version 2.4.3)?
If I do a normal make only the .a and .la files are build, but no DLL.
How do I build a DLL?
What package are you referring to, you only give the version number? Maybe you
can reconfigure with "--enable-shared --disable-static" to create a makefile
that builds a .dll rather than a static object library. Read the `INSTALL'
instructions if present for the package.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How do I build a DLL from the source (version 2.4.3)?
If I do a normal make only the .a and .la files are build, but no DLL.
How do I build a DLL?
If I do a normal make only the .a and .la files are build, but no DLL.
How do I build a DLL?
What package are you referring to, you only give the version number? Maybe you
can reconfigure with "--enable-shared --disable-static" to create a makefile
that builds a .dll rather than a static object library. Read the `INSTALL'
instructions if present for the package.
Im talking about freetype library 2.4.3.
I will try this.