[gtk/msvc-proj-more-data: 1/4] MSVC projects: Also "install" the gtk3-demo symbolic icon
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/msvc-proj-more-data: 1/4] MSVC projects: Also "install" the gtk3-demo symbolic icon
- Date: Thu, 16 Jun 2022 10:43:01 +0000 (UTC)
commit a4f685c2dbd2102e9a7a6518f9f1865e56253294
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon May 30 19:24:05 2022 +0800
MSVC projects: Also "install" the gtk3-demo symbolic icon
Follows what is done in the Meson/autotools builds.
win32/install-msvc.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/win32/install-msvc.mak b/win32/install-msvc.mak
index 46d8ff61fb..5fb453c0fe 100644
--- a/win32/install-msvc.mak
+++ b/win32/install-msvc.mak
@@ -122,6 +122,6 @@ install-data:
@for %f in (..\gtk\org.gtk.Settings.*.gschema.xml ..\demos\gtk-demo\org.gtk.Demo.gschema.xml) do
@copy %f "$(PREFIX)\share\glib-2.0\schemas"
@-$(GLIB_COMPILE_SCHEMAS) $(PREFIX)\share\glib-2.0\schemas
# Demo icons
- @for %t in (16 22 24 32 48 256) do @for %d in ($(PREFIX)\share\icons\hicolor\%tx%t\apps) do @((if not
exist %d\ mkdir %d) & copy /b ..\demos\gtk-demo\data\%tx%t\gtk3-demo.png "%d")
+ @for %t in (16 22 24 32 48 256) do @for %d in ($(PREFIX)\share\icons\hicolor\%tx%t\apps) do @((if not
exist %d\ mkdir %d) & copy /b ..\demos\gtk-demo\data\%tx%t\gtk3-demo*.png "%d")
@for %t in (16 22 24 32 48 256) do @for %d in ($(PREFIX)\share\icons\hicolor\%tx%t\apps) do @((if not
exist %d\ mkdir %d) & copy /b ..\demos\widget-factory\data\%tx%t\gtk3-widget-factory*.png "%d")
@-$(BASE_BUILT_BIN_DIR)\gtk-update-icon-cache.exe --ignore-theme-index --force
"$(PREFIX)\share\icons\hicolor"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]