Skip to content
  • Chun-wei Fan's avatar
    NMake Makefiles: Make gettext-runtime libname configurable · 624d6af3
    Chun-wei Fan authored
    Some people might be linking to gettext-runtime using intl.lib, while
    others might be using libintl.lib (such as vcpkg builds), depending on
    how gettext-runtime was built.  Add LIBINTL_LIB to the configurable
    items, which defaults to intl.lib, in the NMake Makefiles so that we
    can override it if needed in the NMake command line.
    
    See #485 (comment 556977) for a
    discussion on this.
    624d6af3