From aa7f1ba21a8536a147e90bb29e972fcea41e8e3d Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 11 Dec 2013 20:09:59 +0800 Subject: [PATCH] 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 670e0e4b3..fc9f18ba3 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 diff --git a/build/win32/vs9/glib-install.vsprops b/build/win32/vs9/glib-install.vsprops index a5c524516..c2fd6f5f5 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 " />