From 0463fa1cb0ab991bc9d8a1986a5a8511e39825b5 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 28 Mar 2012 14:57:12 +0800 Subject: [PATCH] Fix VS property sheets We need to accomodate for gspawn-win64-helper-console.exe for the "install" phase too. --- build/win32/vs10/glib.props | 2 +- build/win32/vs9/glib.vsprops | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/win32/vs10/glib.props b/build/win32/vs10/glib.props index 0f59069..9ebd048 100644 --- a/build/win32/vs10/glib.props +++ b/build/win32/vs10/glib.props @@ -12,7 +12,7 @@ copy $(SolutionDir)$(Configuration)\$(Platform)\bin\*.dll $(CopyDir)\bin copy $(SolutionDir)$(Configuration)\$(Platform)\bin\glib-genmarshal.exe $(CopyDir)\bin -copy $(SolutionDir)$(Configuration)\$(Platform)\bin\gspawn-win32-helper*.exe $(CopyDir)\bin +copy $(SolutionDir)$(Configuration)\$(Platform)\bin\gspawn-win*-helper*.exe $(CopyDir)\bin copy $(SolutionDir)$(Configuration)\$(Platform)\bin\glib-compile-schemas.exe $(CopyDir)\bin diff --git a/build/win32/vs9/glib.vsprops b/build/win32/vs9/glib.vsprops index d4ce597..a4aa55b 100644 --- a/build/win32/vs9/glib.vsprops +++ b/build/win32/vs9/glib.vsprops @@ -48,7 +48,7 @@ mkdir $(OutDir) mkdir $(OutDir)\bin copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\*.dll $(OutDir)\bin copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\glib-genmarshal.exe $(OutDir)\bin -copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\gspawn-win32-helper*.exe $(OutDir)\bin +copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\gspawn-win*-helper*.exe $(OutDir)\bin copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\glib-compile-schemas.exe $(OutDir)\bin copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\gsettings.exe $(OutDir)\bin copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\glib-compile-resources.exe $(OutDir)\bin -- 2.7.4