diff options
-rw-r--r-- | lib/liblame/vc_solution/vc10_libmp3lame_dll.vcxproj | 1 | ||||
-rw-r--r-- | project/VS2010Express/XBMC for Windows.props | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/liblame/vc_solution/vc10_libmp3lame_dll.vcxproj b/lib/liblame/vc_solution/vc10_libmp3lame_dll.vcxproj index e13682a71c..841f715490 100644 --- a/lib/liblame/vc_solution/vc10_libmp3lame_dll.vcxproj +++ b/lib/liblame/vc_solution/vc10_libmp3lame_dll.vcxproj @@ -68,7 +68,6 @@ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">libmp3lame</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseNASM|Win32'">libmp3lame</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">libmp3lame</TargetName>
- <ExecutablePath Condition="'$(Configuration)|$(Platform)'=='ReleaseNASM|Win32'">$(SolutionDir)..\..\tools\win32buildtools\;$(ExecutablePath)</ExecutablePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
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 />
|