[clutter] Fix Visual C++ 2010 property sheets
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] Fix Visual C++ 2010 property sheets
- Date: Fri, 14 Dec 2012 11:42:34 +0000 (UTC)
commit 3b3db5084a6314c802c59fc53b8113783875cd24
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Dec 14 19:41:47 2012 +0800
Fix Visual C++ 2010 property sheets
Fix up the paths where glib-mkenums and glib-genmarshal is called. Somehow
this slipped by earlier checks :|
build/win32/vs10/clutter.props | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/win32/vs10/clutter.props b/build/win32/vs10/clutter.props
index e9e1a0b..8d7ef76 100644
--- a/build/win32/vs10/clutter.props
+++ b/build/win32/vs10/clutter.props
@@ -3,7 +3,7 @@
<PropertyGroup Label="UserMacros">
<GlibEtcInstallRoot>..\..\..\..\vs10\$(Platform)</GlibEtcInstallRoot>
<GlibMkEnumsPath>..\..\..\vs10\$(Platform)</GlibMkEnumsPath>
- <GlibGenMarshalPath>..\..\..\vs10\$(Platform)</GlibGenMarshalPath>
+ <GlibGenMarshalPath>..\..\vs10\$(Platform)</GlibGenMarshalPath>
<ClutterApiVersion>1.0</ClutterApiVersion>
<CopyDir>$(GlibEtcInstallRoot)</CopyDir>
<DefDir>$(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\</DefDir>
@@ -78,7 +78,7 @@ cd ..\build\win32\vs10
cd ..
-gen-enums.bat $(GlibEtcInstallRoot)
+gen-enums.bat $(GlibMkEnumsPath)
cd .\vs10
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]