[gobject-introspection] MSVC Builds: "Install" glib-print demo



commit 56b53e3e1360868ee7da36a6d9d13561387c48d2
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Jul 4 12:13:25 2014 +0800

    MSVC Builds: "Install" glib-print demo
    
    ...so that people can use it as a first check that g-i and the
    introspection files are built properly.

 build/win32/vs10/gi-install.propsin  |    2 ++
 build/win32/vs9/gi-install.vspropsin |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/gi-install.propsin b/build/win32/vs10/gi-install.propsin
index 162a043..6a7e199 100644
--- a/build/win32/vs10/gi-install.propsin
+++ b/build/win32/vs10/gi-install.propsin
@@ -18,6 +18,8 @@ copy ..\..\..\tools\g-ir-annotation-tool $(CopyDir)\bin
 copy ..\..\..\tools\g-ir-doc-tool $(CopyDir)\bin
 copy ..\..\..\tools\g-ir-scanner $(CopyDir)\bin
 
+copy $(BinDir)\glib-print.exe $(CopyDir)\bin
+
 #include "gir.vs10.install"
 
 copy $(BinDir)\_giscanner.pyd $(CopyDir)\lib\gobject-introspection\giscanner
diff --git a/build/win32/vs9/gi-install.vspropsin b/build/win32/vs9/gi-install.vspropsin
index eb898d8..96198d0 100644
--- a/build/win32/vs9/gi-install.vspropsin
+++ b/build/win32/vs9/gi-install.vspropsin
@@ -17,6 +17,8 @@ copy ..\..\..\tools\g-ir-annotation-tool $(CopyDir)\bin&#x0D;&#x0A;
 copy ..\..\..\tools\g-ir-doc-tool $(CopyDir)\bin&#x0D;&#x0A;
 copy ..\..\..\tools\g-ir-scanner $(CopyDir)\bin&#x0D;&#x0A;
 
+copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\glib-print.exe $(CopyDir)\bin&#x0D;&#x0A;
+
 #include "gir.vs9.install"
 
 copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\_giscanner.pyd 
$(CopyDir)\lib\gobject-introspection\giscanner&#x0D;&#x0A;


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