summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2012-12-14 19:41:47 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2012-12-14 19:44:18 +0800
commitb5e2a6756693e552fcc13b100bf130e4789f792a (patch)
tree19c5426af82846df4c1e55100ea07e07d8ca60d6
parent42cd3f545606945fee768f41b706f1e86a8a0614 (diff)
downloadclutter-b5e2a6756693e552fcc13b100bf130e4789f792a.tar.gz
Fix Visual C++ 2010 property sheets
Fix up the paths where glib-mkenums and glib-genmarshal is called. Somehow this slipped by earlier checks :|
-rw-r--r--build/win32/vs10/clutter.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/win32/vs10/clutter.props b/build/win32/vs10/clutter.props
index e9e1a0ba7..8d7ef7610 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