Skip to content

Replace Visual Studio projects with NMake Makefiles

Chun-wei Fan requested to merge nmake into master

Hi,

This adds a set of NMake Makefiles, which will replace the current Visual Studio projects, for building librsvg on Windows using Visual C++, with the following advantages.

-Clean up the autotools build files, as source lists can be shared between the autotools build system and the NMake Makefiles, and we no longer need autotools directives to generate the full Visual Studio projects for us.

-Allow one-shot builds of optional features, such as introspection and building/running test programs.

This also moves the pre-configured config.h.win32.in into win32/

With blessings, thank you!

Merge request reports