diff options
author | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-11-01 03:25:55 -0700 |
---|---|---|
committer | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-11-01 03:25:55 -0700 |
commit | bc1847a03287fddd8f24d26855c909e78bd1f2bc (patch) | |
tree | 4cb026d1dadd9540513c6247df57d788a8391346 /project/VS2010Express/XBMC.vcxproj | |
parent | c3999599939021778a33757429d61d92f150ece7 (diff) | |
parent | 16fa115c11af4d64e0137433ba01fb4da9318f38 (diff) |
Merge pull request #3488 from Karlson2k/win32_env_path_fix_01
[win32] Fix win32 VS debugging environment
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 390e06993a..5e9fbb5e55 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -55,11 +55,7 @@ <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup> - <LocalDebuggerEnvironment Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">XBMC_HOME=$(SolutionDir)..\..</LocalDebuggerEnvironment> - <LocalDebuggerEnvironment Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">XBMC_HOME=$(SolutionDir)..\..</LocalDebuggerEnvironment> - <LocalDebuggerEnvironment Condition="'$(Configuration)|$(Platform)'=='Release (OpenGL)|Win32'">XBMC_HOME=$(SolutionDir)..\..</LocalDebuggerEnvironment> - <LocalDebuggerEnvironment Condition="'$(Configuration)|$(Platform)'=='Debug (OpenGL)|Win32'">XBMC_HOME=$(SolutionDir)..\..</LocalDebuggerEnvironment> - <LocalDebuggerEnvironment Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">XBMC_HOME=$(SolutionDir)..\..</LocalDebuggerEnvironment> + <LocalDebuggerEnvironment>XBMC_HOME=$(SolutionDir)..\..
PATH=$(SolutionDir)..\Win32BuildSetup\dependencies;%PATH%</LocalDebuggerEnvironment> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> |