diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-11-03 18:00:03 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-11-03 18:00:03 +0800 |
commit | 53077f15d86e4c0dce40af4e2eb804112744b933 (patch) | |
tree | e67b7da5018bd03bc20cd3321cd2272fedf7818f /gsk/Makefile.am | |
parent | e4c5ce4cc38a0e478786387e6db9bb455ffef4a0 (diff) | |
download | gtk+-53077f15d86e4c0dce40af4e2eb804112744b933.tar.gz |
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).
Diffstat (limited to 'gsk/Makefile.am')
-rw-r--r-- | gsk/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
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 |