libanim

changeset 16:0409e7e61d64

added -dbg suffix to the debug version of the win64 library name.
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 29 Sep 2013 02:14:51 +0300
parents 9265b419f5e1
children 821411647b40
files libanim-vs2012.vcxproj
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/libanim-vs2012.vcxproj	Tue Aug 20 05:15:31 2013 +0300
     1.2 +++ b/libanim-vs2012.vcxproj	Sun Sep 29 02:14:51 2013 +0300
     1.3 @@ -71,7 +71,7 @@
     1.4      <IntDir>$(Configuration)\</IntDir>
     1.5    </PropertyGroup>
     1.6    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     1.7 -    <TargetName>$(ProjectName)-x64</TargetName>
     1.8 +    <TargetName>$(ProjectName)-x64-dbg</TargetName>
     1.9    </PropertyGroup>
    1.10    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    1.11      <OutDir>$(SolutionDir)$(Configuration)\</OutDir>