[glib] Visual Studio Builds: "Install" gdbus-codegen
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Visual Studio Builds: "Install" gdbus-codegen
- Date: Wed, 17 Jul 2013 08:45:59 +0000 (UTC)
commit 95f7dc949135181dcefd69e6773f1488c02a79a9
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Wed Jul 17 16:45:50 2013 +0800
Visual Studio Builds: "Install" gdbus-codegen
build/win32/vs10/glib.props | 7 +++++++
build/win32/vs9/glib.vsprops | 4 ++++
2 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/glib.props b/build/win32/vs10/glib.props
index 156e0ad..25685d7 100644
--- a/build/win32/vs10/glib.props
+++ b/build/win32/vs10/glib.props
@@ -25,6 +25,8 @@ copy $(SolutionDir)$(Configuration)\$(Platform)\bin\gio-querymodules.exe $(CopyD
copy $(SolutionDir)$(Configuration)\$(Platform)\bin\gdbus.exe $(CopyDir)\bin
+copy ..\..\..\gio\gdbus-2.0\codegen\gdbus-codegen.in $(CopyDir)\bin\gdbus-codegen
+
mkdir $(CopyDir)\include\glib-$(ApiVersion)\glib
@@ -529,6 +531,11 @@ mkdir $(CopyDir)\share\glib-$(ApiVersion)\schemas
copy ..\..\..\gio\gschema.dtd $(CopyDir)\share\glib-$(ApiVersion)\schemas
+
+
+mkdir $(CopyDir)\lib\gdbus-$(ApiVersion)\codegen
+
+copy ..\..\..\gio\gdbus-2.0\codegen\*.py $(CopyDir)\lib\gdbus-$(ApiVersion)\codegen
</GlibDoInstall>
<GlibLibtoolCompatibleDllPrefix>lib</GlibLibtoolCompatibleDllPrefix>
<GlibLibtoolCompatibleDllSuffix>-$(ApiVersion)-0</GlibLibtoolCompatibleDllSuffix>
diff --git a/build/win32/vs9/glib.vsprops b/build/win32/vs9/glib.vsprops
index 3fdd08f..6c45469 100644
--- a/build/win32/vs9/glib.vsprops
+++ b/build/win32/vs9/glib.vsprops
@@ -63,6 +63,7 @@ copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\glib-compile-resourc
copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\gresource.exe $(CopyDir)\bin

copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\gio-querymodules.exe $(CopyDir)\bin

copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\gdbus.exe $(CopyDir)\bin

+copy ..\..\..\gio\gdbus-2.0\codegen\gdbus-codegen.in $(CopyDir)\bin\gdbus-codegen

mkdir $(CopyDir)\include\glib-$(ApiVersion)\glib

copy ..\..\..\msvc_recommended_pragmas.h $(CopyDir)\include\glib-$(ApiVersion)

@@ -320,6 +321,9 @@ copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\*-$(ApiVersion).lib
mkdir $(CopyDir)\share\glib-$(ApiVersion)\schemas

copy ..\..\..\gio\gschema.dtd $(CopyDir)\share\glib-$(ApiVersion)\schemas

+
+mkdir $(CopyDir)\lib\gdbus-$(ApiVersion)\codegen

+copy ..\..\..\gio\gdbus-2.0\codegen\*.py $(CopyDir)\lib\gdbus-$(ApiVersion)\codegen

"
/>
<UserMacro
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]