From 53077f15d86e4c0dce40af4e2eb804112744b933 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 3 Nov 2016 18:00:03 +0800 Subject: autotools: Update MSVC gir build script generation Now that GTK+ is built as a single DLL, and the .lib that is built is gtk-4.lib, we need to update the autotools sections in generating the NMake Makefile snippets so that we can have the correct commands and flags for building the .gir files, which will all now link to gtk-4-vsXX.dll (or so). --- gsk/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gsk') diff --git a/gsk/Makefile.am b/gsk/Makefile.am index c920fdcec7..26aced18c9 100644 --- a/gsk/Makefile.am +++ b/gsk/Makefile.am @@ -184,13 +184,13 @@ INTROSPECTION_INTERMEDIATE_ITEMS = \ $(top_builddir)/build/win32/gsk.enum.headers Gsk_4_0_gir_MSVC_FILES = $(introspection_files) -Gsk_4_0_gir_MSVC_EXPORT_PACKAGES = $(Gsk_4_0_gir_EXPORT_PACKAGES) -Gsk_4_0_gir_MSVC_INCLUDE_GIRS = $(Gsk_4_0_gir_INCLUDES) -Gsk_4_0_gir_MSVC_LIBS = gsk-4.0 +Gsk_4_0_gir_MSVC_EXPORT_PACKAGES = $(Gsk_noinst_4_0_gir_EXPORT_PACKAGES) +Gsk_4_0_gir_MSVC_INCLUDE_GIRS = $(Gsk_noinst_4_0_gir_INCLUDES) +Gsk_4_0_gir_MSVC_LIBS = gtk-4 Gsk_4_0_gir_MSVC_CFLAGS = $(BASE_MSVC_GIR_CFLAGS) Gsk_4_0_gir_MSVC_SCANNERFLAGS = \ --add-include-path=. \ - --include-uninstalled=../gdk/Gdk-noinst-4.0.gir + --include-uninstalled=../gdk/Gdk-4.0.gir include $(top_srcdir)/build/Makefile.msvc-introspection -- cgit v1.2.1