diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-04-03 15:07:44 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-04-03 15:08:23 +0800 |
commit | 78176cd311c8c95f762a11377fc0b8d42a87c34e (patch) | |
tree | 9c7b6df5d651f200bbac2dc6f680023c49b00bcc /build | |
parent | 17ee80aafeb9ceff0333c9ee92e1bd712a21e4df (diff) | |
download | gtk+-78176cd311c8c95f762a11377fc0b8d42a87c34e.tar.gz |
MSVC Builds: Clean up gtk-version-paths.*props
Remove lines that are not really referred to.
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs10/gtk-version-paths.props | 6 | ||||
-rw-r--r-- | 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 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> diff --git a/build/win32/vs9/gtk-version-paths.vsprops b/build/win32/vs9/gtk-version-paths.vsprops index 9af818704d..c12a839c1f 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> |