Skip to content

Don't dist some generated sources

Chun-wei Fan requested to merge dont-dist-gresource-srcs into gtk-3-24

Hi,

This MR attempts to cut down on the sources that were dist'ed with the release tarballs, where:

  • gdk/gtk: The sources that are generated can now be generated with the Visual Studio project file builds.
  • demos: The project files now have support for generating the GResource files for the demo programs for some time, and the generated GResource source file for gtk3-demo/gtk3-demo-application that is dist'ed with the tarball can cause trouble on Visual Studio compilers. glib-compile-resources now generate sources according to the compiler that is being used when it is being run, so it's safer to generate those sources from the NMake Makefiles that are invoked from the project files.

With blessings, thank you!

Merge request reports