Skip to content

generate-binding.py: Add ability to dist MSVC items

Chun-wei Fan requested to merge master.msvc.dist into master

Hi,

From the commit message:

Update dist_built_files() to take an optional flag to indicate that we are distributing Visual Studio-specific items in our Meson-generated tarballs.

This will be part of the items to allow NMake builds to work out-of-the-box from Meson-generated tarballs as well.

With this, we can make the Meson-generated source tarballs contain the pre-configured configure headers (such as pangommconfig.h) and Windows version resource files be distributed in appropriate locations so that they can be consumed by the existing NMake buildfiles as well.

With blessings, thank you!

Merge request reports