GSK: Add initial Visual Studio projects

Desktop / GNOME / GTK - Chun-wei Fan [src.gnome.org] - 26 October 2016 05:30 UTC

This adds the initial MSVC build items needed to build GSK under Visual Studio, this is part of it that is required, we need to add items to the property sheets to generate the code that is generated via glib-mkenums and glib-compile-resources.

This set includes, with the autotools scripts for the complete:
-GSK project files, which is integrated into the gtk+-4.sln.
-The NMake snippets to build the introspection files for GSK.
-The .bat files to call glib-mkenums to generate the enumeration sources.

ac87507 GSK: Add initial Visual Studio projects
build/win32/Makefile.am | 22 ++--
build/win32/gen-enums.batin | 16 +++
build/win32/gtkpc.py | 14 +++
build/win32/vs12/Makefile.am | 5 +
build/win32/vs12/gsk-4.vcxproj.filtersin | 34 ++++++
build/win32/vs12/gsk-4.vcxprojin | 191 ++++++++++++++++++++++++++++++
build/win32/vs12/gtk+-4.sln | 18 +++
build/win32/vs12/gtk-4.vcxprojin | 4 +
build/win32/vs12/gtk4-install.propsin | 19 ++-
build/win32/vs12/gtk4-install.vcxproj | 4 +
build/win32/vs14/Makefile.am | 2 +
gsk/Makefile.am | 62 +++++++++-
12 files changed, 377 insertions(+), 14 deletions(-)

Upstream: git.gnome.org


  • Share