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.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user