[clutter/clutter-1.12] Fix Visual C++ 2010 property sheets



commit b5e2a6756693e552fcc13b100bf130e4789f792a
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]