• Show log

    Commit

  • Hash : d230a020
    Author : Tim-Philipp Müller
    Date : 2018-11-12T19:41:39

    meson: generate .def file for MSVC symbol export on the fly
    
    Fix symbol export with MSVC when features are disabled,
    such as GLib. We need to generate the list of exported
    symbols on the fly to make sure we only export symbols
    that are actually available.
    
    Needs some minor modifications to the gen-def.py script:
     - accept header list also via command line args; we can't
       pass things to a configure_file() command via the environment
       in Meson.
     - strip any leading 'src/' from library filename. This might
       be there because in Meson the script might be called from
       the top-level directory and not the current source directory.
    
    Remove .def files again which had been checked in for earlier
    versions of the Meson port.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/harfbuzz.git
    Git SSH git@git.kmx.io:kc3-lang/harfbuzz.git
    Public access ? public
    Description

    HarfBuzz text shaping engine

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags