From 1c42b6b09213b3c5275a71bbcd7def9a19767b59 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 15 Mar 2012 16:39:52 +0800 Subject: [PATCH] Fix "install" paths in VS property sheets ...and cleanup the VS2010 property sheets a little bit --- build/win32/vs10/glib.props | 10 +++++----- build/win32/vs9/glib.vsprops | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/win32/vs10/glib.props b/build/win32/vs10/glib.props index 82ea62eb1..0f590698b 100644 --- a/build/win32/vs10/glib.props +++ b/build/win32/vs10/glib.props @@ -1,7 +1,8 @@  - ..\..\..\..\..\vs10\$(Platform) + ..\..\..\..\vs10\$(Platform) + $(GlibEtcInstallRoot) $(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\ 2.0 @@ -528,7 +529,6 @@ copy ..\..\..\gio\gschema.dtd $(CopyDir)\share\glib-$(ApiVersion)\schemas -2-vs10 $(GlibSeparateVS10DllPrefix) $(GlibSeparateVS10DllSuffix) - ..\..\..\..\..\vs10\$(Platform) <_PropertySheetDisplayName>glibprops @@ -577,6 +577,9 @@ perl ..\..\..\gio\data-to-c.pl ..\..\..\glib\gconstructor.h gconstructor_code > + + $(GlibEtcInstallRoot) + $(CopyDir) @@ -622,8 +625,5 @@ perl ..\..\..\gio\data-to-c.pl ..\..\..\glib\gconstructor.h gconstructor_code > $(GlibDllSuffix) - - $(GlibEtcInstallRoot) - \ No newline at end of file diff --git a/build/win32/vs9/glib.vsprops b/build/win32/vs9/glib.vsprops index 0bacc378b..d4ce59725 100644 --- a/build/win32/vs9/glib.vsprops +++ b/build/win32/vs9/glib.vsprops @@ -359,6 +359,6 @@ copy ..\..\..\gio\gschema.dtd $(OutDir)\share\glib-$(ApiVersion)\schemas &# />