From: Chun-wei Fan Date: Wed, 17 Jul 2013 08:45:50 +0000 (+0800) Subject: Visual Studio Builds: "Install" gdbus-codegen X-Git-Tag: 2.37.5~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95f7dc949135181dcefd69e6773f1488c02a79a9;p=platform%2Fupstream%2Fglib.git Visual Studio Builds: "Install" gdbus-codegen --- 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 lib -$(ApiVersion)-0 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 " />