[gtk/msvcproj-nmake-install: 7/10] win32/create-lists-msvc.mak: Pull in the newly-split source listings




commit d3aa2818dda4db6620155f7a733b26f2821e0080
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]