summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-07-04 12:13:25 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-07-04 12:13:25 +0800
commit56b53e3e1360868ee7da36a6d9d13561387c48d2 (patch)
treeb69c5e330accd811e99ceef819eaff580f258806
parent6c10a52ba2f67264c4fb6268b70c1b15d6e6a267 (diff)
downloadgobject-introspection-56b53e3e1360868ee7da36a6d9d13561387c48d2.tar.gz
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.
-rw-r--r--build/win32/vs10/gi-install.propsin2
-rw-r--r--build/win32/vs9/gi-install.vspropsin2
2 files changed, 4 insertions, 0 deletions
diff --git a/build/win32/vs10/gi-install.propsin b/build/win32/vs10/gi-install.propsin
index 162a043b..6a7e1990 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 eb898d8d..96198d02 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;