summaryrefslogtreecommitdiff
path: root/gdk/win32
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-10-19 18:39:36 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-10-19 18:39:36 +0800
commit8b8f378050c1baef1b25448ff95d1b1171cb8401 (patch)
tree400f31bec98a949484f0a25fb29675005f5edefb /gdk/win32
parent51b71461383864cec7987971369549dd0ac2fd93 (diff)
downloadgtk+-8b8f378050c1baef1b25448ff95d1b1171cb8401.tar.gz
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.
Diffstat (limited to 'gdk/win32')
-rw-r--r--gdk/win32/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/gdk/win32/Makefile.am b/gdk/win32/Makefile.am
index 8d73e22889..2b89eead55 100644
--- a/gdk/win32/Makefile.am
+++ b/gdk/win32/Makefile.am
@@ -88,20 +88,20 @@ libgdkwin32include_HEADERS = \
gdkwin32window.h
# ------------------- MSVC Build Items ----------------
-MSVCPROJS = gdk3-win32
+MSVCPROJS = gdk4-win32
-gdk3_win32_FILES = $(libgdk_win32_la_SOURCES)
-gdk3_win32_EXCLUDES = dummy
-gdk3_win32_HEADERS_DIR = $(libgdkwin32includedir)
+gdk4_win32_FILES = $(libgdk_win32_la_SOURCES)
+gdk4_win32_EXCLUDES = dummy
+gdk4_win32_HEADERS_DIR = $(libgdkwin32includedir)
-gdk3_win32_HEADERS_INST = $(libgdkwin32include_HEADERS)
+gdk4_win32_HEADERS_INST = $(libgdkwin32include_HEADERS)
-gdk3_win32_HEADERS_EXCLUDES = dummy
+gdk4_win32_HEADERS_EXCLUDES = dummy
include $(top_srcdir)/build/Makefile.msvcproj
dist-hook: \
- $(top_builddir)/build/win32/vs9/gdk3-win32.vcproj \
- $(top_builddir)/build/win32/vs9/gdk3-win32.headers
+ $(top_builddir)/build/win32/vs9/gdk4-win32.vcproj \
+ $(top_builddir)/build/win32/vs9/gdk4-win32.headers
-include $(top_srcdir)/git.mk