diff options
Diffstat (limited to 'build/win32/vs10/gtk-version-paths.props')
-rw-r--r-- | build/win32/vs10/gtk-version-paths.props | 6 |
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> |