Skip to content

NMake Makefiles: Allow one to pass in introspection paths

Chun-wei Fan requested to merge msvc-introspection-config into main

Hi,

From the commit message, to make building introspection more flexible using NMake for Visual Studio:

Improve flexibility for the builds so that one can specify paths for g-ir-scanner and g-ir-compiler (via G_IR_[SCANNER|COMPILER]. Also allow one to specify paths to find dependent .gir and .typelib files via G_IR_INCLUDEDIR and G_IR_TYPELIBDIR respectively.

The current way of specifying PREFIX and/or BINDIR without specifying any of the above will continue to work as they did previously.

With blessings, thank you!

Merge request reports