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 /lib | |
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 'lib')
-rw-r--r-- | lib/liblame/vc_solution/vc10_libmp3lame_dll.vcxproj | 1 |
1 files changed, 0 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>
|