aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express
diff options
context:
space:
mode:
authorTobias Arrskog <topfs2@xbmc.org>2014-11-03 22:42:06 +0100
committerTobias Arrskog <topfs2@xbmc.org>2014-11-03 22:42:06 +0100
commit56df30ab41394286f4eeccb38560619a81178d40 (patch)
tree3ac658333af1bea96e9a9e644cf44d98fcbebd40 /project/VS2010Express
parent74c9e8234a30c3320af12302b0ee51e815c7892a (diff)
parentea1901e36495c62161315f54a8af398ea965ab9d (diff)
Merge pull request #5597 from Memphiz/rebrand2
Change APP_HOME -> KODI_HOME and other APP_* -> KODI_*
Diffstat (limited to 'project/VS2010Express')
-rw-r--r--project/VS2010Express/XBMC.defaults.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.defaults.props b/project/VS2010Express/XBMC.defaults.props
index 8d98c20bb7..6ba8a27a42 100644
--- a/project/VS2010Express/XBMC.defaults.props
+++ b/project/VS2010Express/XBMC.defaults.props
@@ -7,7 +7,7 @@
<PropertyGroup>
<IncludePath>$(SolutionDir)\..\BuildDependencies\include;$(SolutionDir)\..\BuildDependencies\include\python;$(IncludePath)</IncludePath>
<ExecutablePath>$(SolutionDir)\..\..\tools\win32buildtools;$(ExecutablePath)</ExecutablePath>
- <LocalDebuggerEnvironment>APP_HOME=$(SolutionDir)..\..&#xD;&#xA;PATH=$(SolutionDir)..\Win32BuildSetup\dependencies;%PATH%</LocalDebuggerEnvironment>
+ <LocalDebuggerEnvironment>KODI_HOME=$(SolutionDir)..\..&#xD;&#xA;PATH=$(SolutionDir)..\Win32BuildSetup\dependencies;%PATH%</LocalDebuggerEnvironment>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>