libanim

diff libanim-vs2012.vcxproj @ 52:e56101ae439f

added visual studio 2012 project file for building 64bit library
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 20 Aug 2013 05:15:31 +0300
parents
children 0409e7e61d64
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libanim-vs2012.vcxproj	Tue Aug 20 05:15:31 2013 +0300
     1.3 @@ -0,0 +1,174 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1.6 +  <ItemGroup Label="ProjectConfigurations">
     1.7 +    <ProjectConfiguration Include="Debug|Win32">
     1.8 +      <Configuration>Debug</Configuration>
     1.9 +      <Platform>Win32</Platform>
    1.10 +    </ProjectConfiguration>
    1.11 +    <ProjectConfiguration Include="Debug|x64">
    1.12 +      <Configuration>Debug</Configuration>
    1.13 +      <Platform>x64</Platform>
    1.14 +    </ProjectConfiguration>
    1.15 +    <ProjectConfiguration Include="Release|Win32">
    1.16 +      <Configuration>Release</Configuration>
    1.17 +      <Platform>Win32</Platform>
    1.18 +    </ProjectConfiguration>
    1.19 +    <ProjectConfiguration Include="Release|x64">
    1.20 +      <Configuration>Release</Configuration>
    1.21 +      <Platform>x64</Platform>
    1.22 +    </ProjectConfiguration>
    1.23 +  </ItemGroup>
    1.24 +  <PropertyGroup Label="Globals">
    1.25 +    <ProjectName>libanim</ProjectName>
    1.26 +    <ProjectGuid>{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}</ProjectGuid>
    1.27 +    <RootNamespace>libanim</RootNamespace>
    1.28 +    <Keyword>Win32Proj</Keyword>
    1.29 +  </PropertyGroup>
    1.30 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    1.31 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    1.32 +    <ConfigurationType>StaticLibrary</ConfigurationType>
    1.33 +    <PlatformToolset>v110</PlatformToolset>
    1.34 +    <CharacterSet>Unicode</CharacterSet>
    1.35 +    <WholeProgramOptimization>true</WholeProgramOptimization>
    1.36 +  </PropertyGroup>
    1.37 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    1.38 +    <ConfigurationType>StaticLibrary</ConfigurationType>
    1.39 +    <PlatformToolset>v100</PlatformToolset>
    1.40 +    <CharacterSet>Unicode</CharacterSet>
    1.41 +    <WholeProgramOptimization>true</WholeProgramOptimization>
    1.42 +  </PropertyGroup>
    1.43 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    1.44 +    <ConfigurationType>StaticLibrary</ConfigurationType>
    1.45 +    <PlatformToolset>v110</PlatformToolset>
    1.46 +    <CharacterSet>Unicode</CharacterSet>
    1.47 +  </PropertyGroup>
    1.48 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    1.49 +    <ConfigurationType>StaticLibrary</ConfigurationType>
    1.50 +    <PlatformToolset>v100</PlatformToolset>
    1.51 +    <CharacterSet>Unicode</CharacterSet>
    1.52 +  </PropertyGroup>
    1.53 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    1.54 +  <ImportGroup Label="ExtensionSettings">
    1.55 +  </ImportGroup>
    1.56 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    1.57 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.58 +  </ImportGroup>
    1.59 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    1.60 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.61 +  </ImportGroup>
    1.62 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    1.63 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.64 +  </ImportGroup>
    1.65 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    1.66 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.67 +  </ImportGroup>
    1.68 +  <PropertyGroup Label="UserMacros" />
    1.69 +  <PropertyGroup>
    1.70 +    <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion>
    1.71 +  </PropertyGroup>
    1.72 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    1.73 +    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    1.74 +    <IntDir>$(Configuration)\</IntDir>
    1.75 +  </PropertyGroup>
    1.76 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    1.77 +    <TargetName>$(ProjectName)-x64</TargetName>
    1.78 +  </PropertyGroup>
    1.79 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    1.80 +    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    1.81 +    <IntDir>$(Configuration)\</IntDir>
    1.82 +  </PropertyGroup>
    1.83 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    1.84 +    <TargetName>$(ProjectName)-x64</TargetName>
    1.85 +  </PropertyGroup>
    1.86 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    1.87 +    <ClCompile>
    1.88 +      <Optimization>Disabled</Optimization>
    1.89 +      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    1.90 +      <MinimalRebuild>true</MinimalRebuild>
    1.91 +      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    1.92 +      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    1.93 +      <PrecompiledHeader />
    1.94 +      <WarningLevel>Level3</WarningLevel>
    1.95 +      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    1.96 +      <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
    1.97 +    </ClCompile>
    1.98 +    <Lib>
    1.99 +      <AdditionalDependencies>libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies>
   1.100 +    </Lib>
   1.101 +  </ItemDefinitionGroup>
   1.102 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   1.103 +    <ClCompile>
   1.104 +      <Optimization>Disabled</Optimization>
   1.105 +      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.106 +      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
   1.107 +      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   1.108 +      <PrecompiledHeader>
   1.109 +      </PrecompiledHeader>
   1.110 +      <WarningLevel>Level3</WarningLevel>
   1.111 +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   1.112 +      <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
   1.113 +    </ClCompile>
   1.114 +    <Lib>
   1.115 +      <AdditionalDependencies>libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies>
   1.116 +    </Lib>
   1.117 +    <PostBuildEvent>
   1.118 +      <Command>
   1.119 +      </Command>
   1.120 +    </PostBuildEvent>
   1.121 +  </ItemDefinitionGroup>
   1.122 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   1.123 +    <ClCompile>
   1.124 +      <Optimization>MaxSpeed</Optimization>
   1.125 +      <IntrinsicFunctions>true</IntrinsicFunctions>
   1.126 +      <WholeProgramOptimization>false</WholeProgramOptimization>
   1.127 +      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.128 +      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   1.129 +      <FunctionLevelLinking>true</FunctionLevelLinking>
   1.130 +      <PrecompiledHeader />
   1.131 +      <WarningLevel>Level3</WarningLevel>
   1.132 +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   1.133 +      <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
   1.134 +    </ClCompile>
   1.135 +    <Lib>
   1.136 +      <AdditionalDependencies>libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies>
   1.137 +    </Lib>
   1.138 +  </ItemDefinitionGroup>
   1.139 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   1.140 +    <ClCompile>
   1.141 +      <Optimization>MaxSpeed</Optimization>
   1.142 +      <IntrinsicFunctions>true</IntrinsicFunctions>
   1.143 +      <WholeProgramOptimization>false</WholeProgramOptimization>
   1.144 +      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.145 +      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   1.146 +      <FunctionLevelLinking>true</FunctionLevelLinking>
   1.147 +      <PrecompiledHeader>
   1.148 +      </PrecompiledHeader>
   1.149 +      <WarningLevel>Level3</WarningLevel>
   1.150 +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   1.151 +      <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
   1.152 +    </ClCompile>
   1.153 +    <Lib>
   1.154 +      <AdditionalDependencies>libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies>
   1.155 +    </Lib>
   1.156 +    <PostBuildEvent>
   1.157 +      <Command>mkdir $(SolutionDir)\usr\include\anim
   1.158 +mkdir $(SolutionDir)\usr\lib
   1.159 +copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\
   1.160 +copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command>
   1.161 +    </PostBuildEvent>
   1.162 +  </ItemDefinitionGroup>
   1.163 +  <ItemGroup>
   1.164 +    <ClCompile Include="src\anim.c" />
   1.165 +    <ClCompile Include="src\dynarr.c" />
   1.166 +    <ClCompile Include="src\track.c" />
   1.167 +  </ItemGroup>
   1.168 +  <ItemGroup>
   1.169 +    <ClInclude Include="src\anim.h" />
   1.170 +    <ClInclude Include="src\config.h" />
   1.171 +    <ClInclude Include="src\dynarr.h" />
   1.172 +    <ClInclude Include="src\track.h" />
   1.173 +  </ItemGroup>
   1.174 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   1.175 +  <ImportGroup Label="ExtensionTargets">
   1.176 +  </ImportGroup>
   1.177 +</Project>
   1.178 \ No newline at end of file