summaryrefslogtreecommitdiff
path: root/build/win32/vs10/gtk-version-paths.props
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-04-03 15:07:44 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-04-03 15:08:23 +0800
commit78176cd311c8c95f762a11377fc0b8d42a87c34e (patch)
tree9c7b6df5d651f200bbac2dc6f680023c49b00bcc /build/win32/vs10/gtk-version-paths.props
parent17ee80aafeb9ceff0333c9ee92e1bd712a21e4df (diff)
downloadgtk+-78176cd311c8c95f762a11377fc0b8d42a87c34e.tar.gz
MSVC Builds: Clean up gtk-version-paths.*props
Remove lines that are not really referred to.
Diffstat (limited to 'build/win32/vs10/gtk-version-paths.props')
-rw-r--r--build/win32/vs10/gtk-version-paths.props6
1 files changed, 1 insertions, 5 deletions
diff --git a/build/win32/vs10/gtk-version-paths.props b/build/win32/vs10/gtk-version-paths.props
index 4947225f98..f23f373635 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>