Fix "install" paths in VS property sheets
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 15 Mar 2012 08:41:38 +0000 (16:41 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 15 Mar 2012 08:41:38 +0000 (16:41 +0800)
build/win32/vs10/atk.props
build/win32/vs9/atk.vsprops

index 6954c2d..a3b9c8f 100644 (file)
@@ -3,7 +3,7 @@
   <PropertyGroup Label="UserMacros">
     <AtkApiVersion>1.0</AtkApiVersion>
     <AtkDummyPrefix>\"/dummy\"</AtkDummyPrefix>
-    <AtkEtcInstallRoot>..\..\..\..\..\vs10\$(Platform)</AtkEtcInstallRoot>
+    <AtkEtcInstallRoot>..\..\..\..\vs10\$(Platform)</AtkEtcInstallRoot>
     <CopyDir>$(AtkEtcInstallRoot)</CopyDir>
     <AtkDoInstall>
 mkdir $(CopyDir)\bin
index 85747ef..0b04ea9 100644 (file)
@@ -119,6 +119,6 @@ copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\*-$(AtkApiVersion).l
        />
        <UserMacro
                Name="AtkEtcInstallRoot"
-               Value="..\..\..\..\..\vs9\$(PlatformName)"
+               Value="..\..\..\..\vs9\$(PlatformName)"
        />
 </VisualStudioPropertySheet>