Skip to content

Use NMake Makefiles to build glibmm

Chun-wei Fan requested to merge master.nmake into master

Hi,

As it was often the case that the Visual Studio projects could not get updated in time when sources are added or removed, causing them to be broken, this is a MR to convert the Visual Studio build files into NMake Makefiles where it will also read the various filelist.am's in glib/ and gio/, so that the Visual Studio builds will always have the latest listing of sources to build.

This will ease future maintenance of the Visual Studio build files as well.

With blessings, thank you!

Merge request reports