diff options
author | blinkseb <blinkseb@svn> | 2010-06-03 09:48:27 +0000 |
---|---|---|
committer | blinkseb <blinkseb@svn> | 2010-06-03 09:48:27 +0000 |
commit | 08a251bbeda530416240c577994efc69b17262ec (patch) | |
tree | 40969bbe22528e1d35af2844919ccd8ed7e647a8 /lib/liblame/vc_solution | |
parent | 6d0a9842c97e2f9b1d04b5cb86cd31e28e44b9dd (diff) |
[WIN32] Sync VS2010 project with VS2008.
fixed: libmp3lame wasn't building on my side: added "tools\win32buildtools" to ExecutablePath.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30780 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'lib/liblame/vc_solution')
-rw-r--r-- | lib/liblame/vc_solution/vc10_libmp3lame_dll.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/liblame/vc_solution/vc10_libmp3lame_dll.vcxproj b/lib/liblame/vc_solution/vc10_libmp3lame_dll.vcxproj index 841f715490..e13682a71c 100644 --- a/lib/liblame/vc_solution/vc10_libmp3lame_dll.vcxproj +++ b/lib/liblame/vc_solution/vc10_libmp3lame_dll.vcxproj @@ -68,6 +68,7 @@ <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>
|