[gtk+] MSVC Builds: Clean up gtk-version-paths.*props



commit 78176cd311c8c95f762a11377fc0b8d42a87c34e
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Apr 3 15:07:44 2014 +0800

    MSVC Builds: Clean up gtk-version-paths.*props
    
    Remove lines that are not really referred to.

 build/win32/vs10/gtk-version-paths.props  |    6 +-----
 build/win32/vs9/gtk-version-paths.vsprops |    6 +-----
 2 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/build/win32/vs10/gtk-version-paths.props b/build/win32/vs10/gtk-version-paths.props
index 4947225..f23f373 100644
--- a/build/win32/vs10/gtk-version-paths.props
+++ b/build/win32/vs10/gtk-version-paths.props
@@ -3,7 +3,6 @@
   <PropertyGroup Label="UserMacros">
     <VSVer>10</VSVer>
     <GlibEtcInstallRoot>$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
-    <GlibEtcInstallRootFromBuildWin32>..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRootFromBuildWin32>
     <CopyDir>..\..\..\..\vs$(VSVer)\$(Platform)</CopyDir>
     <ApiVersion>3.0</ApiVersion>
     <GtkLibtoolCompatibleDllPrefix>lib</GtkLibtoolCompatibleDllPrefix>
@@ -24,9 +23,6 @@
     <BuildMacro Include="GlibEtcInstallRoot">
       <Value>$(GlibEtcInstallRoot)</Value>
     </BuildMacro>
-    <BuildMacro Include="GlibEtcInstallRootFromBuildWin32">
-      <Value>$(GlibEtcInstallRootFromBuildWin32)</Value>
-    </BuildMacro>
     <BuildMacro Include="CopyDir">
       <Value>$(CopyDir)</Value>
     </BuildMacro>
@@ -55,4 +51,4 @@
       <Value>$(PythonPath)</Value>
     </BuildMacro>
   </ItemGroup>
-</Project>
\ No newline at end of file
+</Project>
diff --git a/build/win32/vs9/gtk-version-paths.vsprops b/build/win32/vs9/gtk-version-paths.vsprops
index 9af8187..c12a839 100644
--- a/build/win32/vs9/gtk-version-paths.vsprops
+++ b/build/win32/vs9/gtk-version-paths.vsprops
@@ -13,10 +13,6 @@
                Value="$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(PlatformName)"
        />
        <UserMacro
-               Name="GlibEtcInstallRootFromBuildWin32"
-               Value="..\..\..\vs$(VSVer)\$(PlatformName)"
-       />
-       <UserMacro
                Name="CopyDir"
                Value="..\..\..\..\vs$(VSVer)\$(PlatformName)"
        />
@@ -54,4 +50,4 @@
                Name="PythonPath"
                Value="c:\python27"
        />
-</VisualStudioPropertySheet>
\ No newline at end of file
+</VisualStudioPropertySheet>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]