[glib] Update Visual C++ "Installation" Phase
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Update Visual C++ "Installation" Phase
- Date: Wed, 11 Dec 2013 12:10:09 +0000 (UTC)
commit aa7f1ba21a8536a147e90bb29e972fcea41e8e3d
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Wed Dec 11 20:09:59 2013 +0800
Update Visual C++ "Installation" Phase
Install the Python scripts that is used by gdbus-codegen in
share\glib-2.0\codegen, to be consistent with the other platforms.
Please see https://bugzilla.gnome.org/show_bug.cgi?id=702862 for details
on this.
build/win32/vs10/glib-install.props | 4 ++--
build/win32/vs9/glib-install.vsprops | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/build/win32/vs10/glib-install.props b/build/win32/vs10/glib-install.props
index 670e0e4..fc9f18b 100644
--- a/build/win32/vs10/glib-install.props
+++ b/build/win32/vs10/glib-install.props
@@ -536,9 +536,9 @@ mkdir $(CopyDir)\share\glib-$(ApiVersion)\schemas
copy ..\..\..\gio\gschema.dtd $(CopyDir)\share\glib-$(ApiVersion)\schemas
-mkdir $(CopyDir)\lib\gdbus-$(ApiVersion)\codegen
+mkdir $(CopyDir)\share\glib-$(ApiVersion)\codegen
-copy ..\..\..\gio\gdbus-2.0\codegen\*.py $(CopyDir)\lib\gdbus-$(ApiVersion)\codegen
+copy ..\..\..\gio\gdbus-2.0\codegen\*.py $(CopyDir)\share\glib-$(ApiVersion)\codegen
</GlibDoInstall>
</PropertyGroup>
diff --git a/build/win32/vs9/glib-install.vsprops b/build/win32/vs9/glib-install.vsprops
index a5c5245..c2fd6f5 100644
--- a/build/win32/vs9/glib-install.vsprops
+++ b/build/win32/vs9/glib-install.vsprops
@@ -279,8 +279,8 @@ 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

+mkdir $(CopyDir)\share\glib-$(ApiVersion)\codegen

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

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