From 8b8f378050c1baef1b25448ff95d1b1171cb8401 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 19 Oct 2016 18:39:36 +0800 Subject: Visual Studio builds: Update from [gdk|gtk]-3 to [gdk|gtk]-4 This updates all the projects files to be be named appropriately as we move from GTK-3.x to 4.x, and updates the autotools files so that things are distributed and generated properly. Also remove deprecated/gtkstatusicon-quartz.c from gtk/Makefile.am, as that was causing 'make dist' to fail as that file has been removed. This fixes 'make dist' with the updated existing project files in proper order. Note that this does not include the new GSK, which will be added later, so the project files do not yet build the whole stack on Visual Studio at this point. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ad1dbc191d..3d5cb6e57f 100644 --- a/configure.ac +++ b/configure.ac @@ -1994,9 +1994,9 @@ docs/tools/Makefile build/Makefile build/win32/Makefile build/win32/vs9/Makefile -build/win32/vs9/gtk3-version-paths.vsprops +build/win32/vs9/gtk4-version-paths.vsprops build/win32/vs10/Makefile -build/win32/vs10/gtk3-version-paths.props +build/win32/vs10/gtk4-version-paths.props build/win32/vs11/Makefile build/win32/vs12/Makefile build/win32/vs14/Makefile @@ -2015,7 +2015,7 @@ gtk/Makefile gtk/makefile.msc gtk/gtkversion.h gtk/gtk-win32.rc.body -gtk/libgtk3.manifest +gtk/libgtk4.manifest modules/Makefile modules/input/Makefile modules/printbackends/Makefile -- cgit v1.2.1