[gtk/msvcproj-nmake-install: 3/6] win32/create-lists-msvc.mak: Clean up a bit




commit 9c0e535c050d36bb8184ce9b7ce69c4ce3c019e2
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon May 16 12:32:03 2022 +0800

    win32/create-lists-msvc.mak: Clean up a bit
    
    We now have the theme CSS source listings in gtk/gtk-sources.inc, so
    make use of it.  No need to repeat items from there.

 win32/create-lists-msvc.mak | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/win32/create-lists-msvc.mak b/win32/create-lists-msvc.mak
index 02eada540e..a7efbadc12 100644
--- a/win32/create-lists-msvc.mak
+++ b/win32/create-lists-msvc.mak
@@ -97,19 +97,19 @@ NULL=
 
 # For GTK resources
 
-!if [for %f in (..\gtk\theme\Adwaita\gtk.css ..\gtk\theme\Adwaita\gtk-dark.css 
..\gtk\theme\Adwaita\gtk-contained.css ..\gtk\theme\Adwaita\gtk-contained-dark.css) do @call create-lists.bat 
file resources_sources.mak %f]
+!if [for %f in ($(adwaita_theme_css_sources:/=\)) do @call create-lists.bat file resources_sources.mak 
..\gtk\%f]
 !endif
 
 !if [for %x in (png svg) do @(for %f in (..\gtk\theme\Adwaita\assets\*.%x) do @call create-lists.bat file 
resources_sources.mak %f)]
 !endif
 
-!if [for %f in (..\gtk\theme\HighContrast\gtk.css ..\gtk\theme\HighContrast\gtk-inverse.css 
..\gtk\theme\HighContrast\gtk-contained.css ..\gtk\theme\HighContrast\gtk-contained-inverse.css) do @call 
create-lists.bat file resources_sources.mak %f]
+!if [for %f in ($(highcontrast_theme_css_sources:/=\)) do @call create-lists.bat file resources_sources.mak 
..\gtk\%f]
 !endif
 
 !if [for %x in (png svg) do @(for %f in (..\gtk\theme\HighContrast\assets\*.%x) do @call create-lists.bat 
file resources_sources.mak %f)]
 !endif
 
-!if [for %f in (..\gtk\theme\win32\gtk-win32-base.css ..\gtk\theme\win32\gtk.css) do @call create-lists.bat 
file resources_sources.mak %f]
+!if [for %f in ($(win32_theme_css_sources:/=\)) do @call create-lists.bat file resources_sources.mak 
..\gtk\%f]
 !endif
 
 !if [for %f in (..\gtk\cursor\*.png ..\gtk\gesture\*.symbolic.png ..\gtk\ui\*.ui) do @call create-lists.bat 
file resources_sources.mak %f]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]