• C
    Visual Studio builds: Fix Introspection when UCDN enabled · b90fb83e
    Chun-wei Fan 提交于
    The sources in src/hb-ucdn and not included correctly into the NMake
    Makefiles, as we need their explicit relative location as we pass all the
    sources we used into the introspection scanner.  This was not an issue
    before as we excluded the UCDN sources in the build when we enabled
    introspection (meaning GLib is enabled), but since we default on using
    UCDN on all builds unless explicitly disabled, we need to deal with this.
    
    This did not affect builds using UCDN without introspection due to the use
    of NMake batch rules.
    
    Fix this by creating a NMake Makefile module on-the-fly with the correct
    subdir info, and using that list in there instead.
    b90fb83e
config-msvc.mak 6.1 KB