Skip to content

gtkmm-3-22: Replace Visual Studio projects with the NMake Makefiles

Chun-wei Fan requested to merge gtkmm-3-22.nmake into gtkmm-3-22

Hi,

This continues upon the work that was done in master and the gtkmm-3-24 branch to use NMake Makefiles instead of the Visual Studio projects for the build systen for Visual Studio builds. This is used to provider better build flexibility and easier maintenance.

Note that the gtkmm3-demo program is no longer built for Visual Studio 2013 builds, as it does not have enough C++-11 support to build it. 2015 and 2017 builds proceed normally.

With blessings, thank you!

Merge request reports