Objectives : create standalone GTK+3 executables under Windows.
Following this previous article, here is everything necessary to create static GTK+ 3.4.2 executables on Windows.
It may be useful to remind that what we want : instead of ending up with a tree full of DLLs and resource files, we will put everything in one single binary. This may be useful for demos, installers...