diff options
author | Tobias Arrskog <topfs2@xbmc.org> | 2014-11-03 22:42:06 +0100 |
---|---|---|
committer | Tobias Arrskog <topfs2@xbmc.org> | 2014-11-03 22:42:06 +0100 |
commit | 56df30ab41394286f4eeccb38560619a81178d40 (patch) | |
tree | 3ac658333af1bea96e9a9e644cf44d98fcbebd40 /project/VS2010Express | |
parent | 74c9e8234a30c3320af12302b0ee51e815c7892a (diff) | |
parent | ea1901e36495c62161315f54a8af398ea965ab9d (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.props | 2 |
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)..\..
PATH=$(SolutionDir)..\Win32BuildSetup\dependencies;%PATH%</LocalDebuggerEnvironment> + <LocalDebuggerEnvironment>KODI_HOME=$(SolutionDir)..\..
PATH=$(SolutionDir)..\Win32BuildSetup\dependencies;%PATH%</LocalDebuggerEnvironment> </PropertyGroup> <ItemDefinitionGroup> <ClCompile> |