libanim
changeset 68:801e0894bc48
fixed the visual studio (2012) project
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 06 May 2014 13:01:56 +0300 |
parents | 2a270683d31e |
children | 08f40e473f31 81103a24a16c |
files | libanim-vs2012.vcxproj |
diffstat | 1 files changed, 7 insertions(+), 5 deletions(-) [+] |
line diff
1.1 --- a/libanim-vs2012.vcxproj Fri Apr 18 13:30:39 2014 +0300 1.2 +++ b/libanim-vs2012.vcxproj Tue May 06 13:01:56 2014 +0300 1.3 @@ -34,8 +34,8 @@ 1.4 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 1.5 <ConfigurationType>StaticLibrary</ConfigurationType> 1.6 <PlatformToolset>v110</PlatformToolset> 1.7 - <CharacterSet>Unicode</CharacterSet> 1.8 - <WholeProgramOptimization>true</WholeProgramOptimization> 1.9 + <CharacterSet>MultiByte</CharacterSet> 1.10 + <WholeProgramOptimization>false</WholeProgramOptimization> 1.11 </PropertyGroup> 1.12 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 1.13 <ConfigurationType>StaticLibrary</ConfigurationType> 1.14 @@ -45,7 +45,7 @@ 1.15 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 1.16 <ConfigurationType>StaticLibrary</ConfigurationType> 1.17 <PlatformToolset>v110</PlatformToolset> 1.18 - <CharacterSet>Unicode</CharacterSet> 1.19 + <CharacterSet>MultiByte</CharacterSet> 1.20 </PropertyGroup> 1.21 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 1.22 <ImportGroup Label="ExtensionSettings"> 1.23 @@ -112,8 +112,10 @@ 1.24 <AdditionalDependencies>libvmath.lib;pthreadVC2_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> 1.25 </Lib> 1.26 <PostBuildEvent> 1.27 - <Command> 1.28 - </Command> 1.29 + <Command>mkdir $(SolutionDir)\usr\include\anim 1.30 +mkdir $(SolutionDir)\usr\lib 1.31 +copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\ 1.32 +copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command> 1.33 </PostBuildEvent> 1.34 </ItemDefinitionGroup> 1.35 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">