[gtk/msvcproj-nmake-install: 8/22] win32/create-lists-msvc.mak: Pull in the newly-split source listings
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/msvcproj-nmake-install: 8/22] win32/create-lists-msvc.mak: Pull in the newly-split source listings
- Date: Thu, 19 May 2022 03:35:48 +0000 (UTC)
commit 331090c14879a905bf76d29e9d919279720dc415
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon May 16 12:35:40 2022 +0800
win32/create-lists-msvc.mak: Pull in the newly-split source listings
We are going to use them to help us to use an NMake Makefile to copy the
built files and headers in our "install" directory.
win32/create-lists-msvc.mak | 9 +++++++++
1 file changed, 9 insertions(+)
---
diff --git a/win32/create-lists-msvc.mak b/win32/create-lists-msvc.mak
index a7efbadc12..3763342b76 100644
--- a/win32/create-lists-msvc.mak
+++ b/win32/create-lists-msvc.mak
@@ -45,6 +45,12 @@ NULL=
!if [call create-lists.bat footer gdk_headers.mak]
!endif
+# For GDK-Win32 public headers
+!include ..\gdk\win32\gdk-win32-sources.inc
+
+# For GDK-Broadway public headers
+!include ..\gdk\broadway\gdk-broadway-sources.inc
+
!include gdk_headers.mak
!if [del /f /q gdk_headers.mak]
@@ -95,6 +101,9 @@ NULL=
!if [del /f /q gtk_headers.mak]
!endif
+# For the libgail-util public headers
+!include ..\libgail-util\libgail-util-sources.inc
+
# For GTK resources
!if [for %f in ($(adwaita_theme_css_sources:/=\)) do @call create-lists.bat file resources_sources.mak
..\gtk\%f]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]