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:42:09 +0800
commit3b3db5084a6314c802c59fc53b8113783875cd24 (patch)
tree98eba19f66dbd3e5f40ee91469af34822245a936
parenta92e29d923c6eacfc1c8780636a45422a504e005 (diff)
downloadclutter-3b3db5084a6314c802c59fc53b8113783875cd24.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