diff options
author | CrystalPT <CrystalPT@svn> | 2010-06-03 15:14:55 +0000 |
---|---|---|
committer | CrystalPT <CrystalPT@svn> | 2010-06-03 15:14:55 +0000 |
commit | 32b2358c777e6e0f029e5ab9399fa9ba57e3c33e (patch) | |
tree | 8519b654ec26fe6c885e457f805dd37306589d51 /project/VS2010Express | |
parent | e5603b937ba041f39b7f52b457b8b39beee8eb42 (diff) |
[WIN32] moved "tools\win32buildtools" path to the global property set
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30795 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'project/VS2010Express')
-rw-r--r-- | project/VS2010Express/XBMC for Windows.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC for Windows.props b/project/VS2010Express/XBMC for Windows.props index 62dd080f9c..61a61dab3e 100644 --- a/project/VS2010Express/XBMC for Windows.props +++ b/project/VS2010Express/XBMC for Windows.props @@ -7,6 +7,7 @@ </PropertyGroup>
<PropertyGroup>
<LibraryPath>$(SolutionDir)\..\BuildDependencies\lib;$(LibraryPath)</LibraryPath>
+ <ExecutablePath>$(SolutionDir)\..\..\tools\win32buildtools;$(ExecutablePath)</ExecutablePath>
</PropertyGroup>
<ItemDefinitionGroup />
<ItemGroup />
|