Menu

Build a DLL from source

Help
jay-t
2010-10-30
2012-07-26
  • jay-t

    jay-t - 2010-10-30

    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?

     
  • Allan

    Allan - 2010-10-30

    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.

     
  • jay-t

    jay-t - 2010-10-30

    Im talking about freetype library 2.4.3.

    I will try this.

     
MongoDB Logo MongoDB