[gtk+/gtk-2-24] Visual Studio 201x builds: "Install" gtk-update-icon-cache.exe



commit ea7159dc8723e39c1cc923340b002a9c3ed93c5b
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Nov 16 16:46:06 2016 +0800

    Visual Studio 201x builds: "Install" gtk-update-icon-cache.exe
    
    Most people should be on GTK+-3.x by now, but in case they don't and are
    using GTK+-2.24.x, we ought to "install" the gtk-update-icon-cache tool,
    like we did for the 2008 builds, as it is still much used, and is already
    built by the projects.

 build/win32/vs10/gtk-install.propsin |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/gtk-install.propsin b/build/win32/vs10/gtk-install.propsin
index e992895..1dec98b 100644
--- a/build/win32/vs10/gtk-install.propsin
+++ b/build/win32/vs10/gtk-install.propsin
@@ -17,6 +17,8 @@ copy "$(BinDir)\$(GtkDllPrefix)gailutil$(GtkDllSuffix).dll" $(CopyDir)\bin
 copy "$(BinDir)\$(GtkDllPrefix)gailutil$(GtkDllSuffix).pdb" $(CopyDir)\bin
 copy "$(BinDir)\gtk-demo.exe" $(CopyDir)\bin
 copy "$(BinDir)\gtk-demo.pdb" $(CopyDir)\bin
+copy "$(BinDir)\gtk-update-icon-cache.exe" $(CopyDir)\bin
+copy "$(BinDir)\gtk-update-icon-cache.pdb" $(CopyDir)\bin
 
 mkdir $(CopyDir)\lib
 copy "$(BinDir)\gdk-win32-$(ApiVersion).lib" $(CopyDir)\lib


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