mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
Fix Visual C++ 2010 property sheets
Fix up the paths where glib-mkenums and glib-genmarshal is called. Somehow this slipped by earlier checks :|
This commit is contained in:
parent
a92e29d923
commit
3b3db5084a
@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup Label="UserMacros">
|
<PropertyGroup Label="UserMacros">
|
||||||
<GlibEtcInstallRoot>..\..\..\..\vs10\$(Platform)</GlibEtcInstallRoot>
|
<GlibEtcInstallRoot>..\..\..\..\vs10\$(Platform)</GlibEtcInstallRoot>
|
||||||
<GlibMkEnumsPath>..\..\..\vs10\$(Platform)</GlibMkEnumsPath>
|
<GlibMkEnumsPath>..\..\..\vs10\$(Platform)</GlibMkEnumsPath>
|
||||||
<GlibGenMarshalPath>..\..\..\vs10\$(Platform)</GlibGenMarshalPath>
|
<GlibGenMarshalPath>..\..\vs10\$(Platform)</GlibGenMarshalPath>
|
||||||
<ClutterApiVersion>1.0</ClutterApiVersion>
|
<ClutterApiVersion>1.0</ClutterApiVersion>
|
||||||
<CopyDir>$(GlibEtcInstallRoot)</CopyDir>
|
<CopyDir>$(GlibEtcInstallRoot)</CopyDir>
|
||||||
<DefDir>$(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\</DefDir>
|
<DefDir>$(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\</DefDir>
|
||||||
@ -78,7 +78,7 @@ cd ..\build\win32\vs10
|
|||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
gen-enums.bat $(GlibEtcInstallRoot)
|
gen-enums.bat $(GlibMkEnumsPath)
|
||||||
|
|
||||||
cd .\vs10
|
cd .\vs10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user