FS-4228 --resolve add zrtp support to windows vs2010 build

This commit is contained in:
Jeff Lenk
2012-05-17 08:38:11 -05:00
parent d5484651ce
commit b65c321193
7 changed files with 620 additions and 9 deletions

View File

@@ -0,0 +1,250 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{C13CC324-0032-4492-9A30-310A6BD64FF5}</ProjectGuid>
<RootNamespace>libzrtp.x32</RootNamespace>
<Keyword>Win32Proj</Keyword>
<ProjectName>libzrtp</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
<Import Project="..\..\..\..\w32\extlib.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
<Import Project="..\..\..\..\w32\extlib.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
<Import Project="..\..\..\..\w32\extlib.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
<Import Project="..\..\..\..\w32\extlib.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>../../include;../../third_party/bnlib;../../third_party/bgaes;../../test/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;HAVE_CONFIG_H=1;ZRTP_ENABLE_EC=0;ZRTP_USE_BUILTIN_CACHE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<StructMemberAlignment>Default</StructMemberAlignment>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<CompileAs>CompileAsC</CompileAs>
</ClCompile>
<Lib />
<PreBuildEvent>
<Command>if not exist "$(ProjectDir)..\..\third_party\bnlib\bnconfig.h" copy "$(ProjectDir)..\..\third_party\bnlib\bnconfig.win" "$(ProjectDir)..\..\third_party\bnlib\bnconfig.h"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>../../include;../../third_party/bnlib;../../third_party/bgaes;../../test/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;HAVE_CONFIG_H=1;ZRTP_ENABLE_EC=0;ZRTP_USE_BUILTIN_CACHE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<StructMemberAlignment>Default</StructMemberAlignment>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<CompileAs>CompileAsC</CompileAs>
</ClCompile>
<Lib />
<PreBuildEvent>
<Command>if not exist "$(ProjectDir)..\..\third_party\bnlib\bnconfig.h" copy "$(ProjectDir)..\..\third_party\bnlib\bnconfig.win" "$(ProjectDir)..\..\third_party\bnlib\bnconfig.h"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>../../include;../../third_party/bnlib;../../third_party/bgaes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;HAVE_CONFIG_H=1;ZRTP_ENABLE_EC=0;ZRTP_USE_BUILTIN_CACHE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<StructMemberAlignment>Default</StructMemberAlignment>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<CompileAs>CompileAsC</CompileAs>
</ClCompile>
<Lib />
<PreBuildEvent>
<Command>if not exist "$(ProjectDir)..\..\third_party\bnlib\bnconfig.h" copy "$(ProjectDir)..\..\third_party\bnlib\bnconfig.win" "$(ProjectDir)..\..\third_party\bnlib\bnconfig.h"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<AdditionalIncludeDirectories>../../include;../../third_party/bnlib;../../third_party/bgaes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;HAVE_CONFIG_H=1;ZRTP_ENABLE_EC=0;ZRTP_USE_BUILTIN_CACHE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<StructMemberAlignment>Default</StructMemberAlignment>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<CompileAs>CompileAsC</CompileAs>
</ClCompile>
<Lib />
<PreBuildEvent>
<Command>if not exist "$(ProjectDir)..\..\third_party\bnlib\bnconfig.h" copy "$(ProjectDir)..\..\third_party\bnlib\bnconfig.win" "$(ProjectDir)..\..\third_party\bnlib\bnconfig.h"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\..\include\zrtp.h" />
<ClInclude Include="..\..\include\zrtp_base.h" />
<ClInclude Include="..\..\include\zrtp_config.h" />
<ClInclude Include="..\..\include\zrtp_config_user.h" />
<ClInclude Include="..\..\include\zrtp_config_win.h" />
<ClInclude Include="..\..\include\zrtp_crypto.h" />
<ClInclude Include="..\..\include\zrtp_ec.h" />
<ClInclude Include="..\..\include\zrtp_engine.h" />
<ClInclude Include="..\..\include\zrtp_error.h" />
<ClInclude Include="..\..\include\zrtp_iface.h" />
<ClInclude Include="..\..\include\zrtp_iface_builtin.h" />
<ClInclude Include="..\..\include\zrtp_iface_cache.h" />
<ClInclude Include="..\..\include\zrtp_iface_system.h" />
<ClInclude Include="..\..\include\zrtp_legal.h" />
<ClInclude Include="..\..\include\zrtp_list.h" />
<ClInclude Include="..\..\include\zrtp_log.h" />
<ClInclude Include="..\..\include\zrtp_pbx.h" />
<ClInclude Include="..\..\include\zrtp_protocol.h" />
<ClInclude Include="..\..\include\zrtp_srtp.h" />
<ClInclude Include="..\..\include\zrtp_srtp_builtin.h" />
<ClInclude Include="..\..\include\zrtp_string.h" />
<ClInclude Include="..\..\include\zrtp_types.h" />
<ClInclude Include="..\..\include\zrtp_utils.h" />
<ClInclude Include="..\..\include\zrtp_version.h" />
<ClInclude Include="..\..\third_party\bnlib\bn.h" />
<ClInclude Include="..\..\third_party\bnlib\bn32.h" />
<ClInclude Include="..\..\third_party\bnlib\bnsize00.h" />
<ClInclude Include="..\..\third_party\bnlib\kludge.h" />
<ClInclude Include="..\..\third_party\bnlib\lbn.h" />
<ClInclude Include="..\..\third_party\bnlib\lbn32.h" />
<ClInclude Include="..\..\third_party\bnlib\lbnmem.h" />
<ClInclude Include="..\..\third_party\bnlib\legal.h" />
<ClInclude Include="..\..\third_party\bgaes\aes.h" />
<ClInclude Include="..\..\third_party\bgaes\aesopt.h" />
<ClInclude Include="..\..\third_party\bgaes\aestab.h" />
<ClInclude Include="..\..\third_party\bgaes\bg2zrtp.h" />
<ClInclude Include="..\..\third_party\bgaes\brg_types.h" />
<ClInclude Include="..\..\third_party\bgaes\sha1.h" />
<ClInclude Include="..\..\third_party\bgaes\sha2.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\zrtp.c" />
<ClCompile Include="..\..\src\zrtp_crc.c" />
<ClCompile Include="..\..\src\zrtp_crypto_aes.c" />
<ClCompile Include="..\..\src\zrtp_crypto_atl.c" />
<ClCompile Include="..\..\src\zrtp_crypto_hash.c" />
<ClCompile Include="..\..\src\zrtp_crypto_pk.c" />
<ClCompile Include="..\..\src\zrtp_crypto_sas.c" />
<ClCompile Include="..\..\src\zrtp_datatypes.c" />
<ClCompile Include="..\..\src\zrtp_engine.c" />
<ClCompile Include="..\..\src\zrtp_engine_driven.c" />
<ClCompile Include="..\..\src\zrtp_iface_cache.c" />
<ClCompile Include="..\..\src\zrtp_iface_scheduler.c" />
<ClCompile Include="..\..\src\zrtp_iface_sys.c" />
<ClCompile Include="..\..\src\zrtp_initiator.c" />
<ClCompile Include="..\..\src\zrtp_legal.c" />
<ClCompile Include="..\..\src\zrtp_list.c" />
<ClCompile Include="..\..\src\zrtp_log.c" />
<ClCompile Include="..\..\src\zrtp_pbx.c" />
<ClCompile Include="..\..\src\zrtp_protocol.c" />
<ClCompile Include="..\..\src\zrtp_responder.c" />
<ClCompile Include="..\..\src\zrtp_rng.c" />
<ClCompile Include="..\..\src\zrtp_srtp_builtin.c" />
<ClCompile Include="..\..\src\zrtp_string.c" />
<ClCompile Include="..\..\src\zrtp_utils.c" />
<ClCompile Include="..\..\src\zrtp_utils_proto.c" />
<ClCompile Include="..\..\third_party\bnlib\bn.c" />
<ClCompile Include="..\..\third_party\bnlib\bn32.c" />
<ClCompile Include="..\..\third_party\bnlib\bninit32.c" />
<ClCompile Include="..\..\third_party\bnlib\bntest00.c" />
<ClCompile Include="..\..\third_party\bnlib\lbn32.c" />
<ClCompile Include="..\..\third_party\bnlib\lbnmem.c" />
<ClCompile Include="..\..\third_party\bnlib\legal.c" />
<ClCompile Include="..\..\third_party\bgaes\aes_modes.c" />
<ClCompile Include="..\..\third_party\bgaes\aescrypt.c" />
<ClCompile Include="..\..\third_party\bgaes\aeskey.c" />
<ClCompile Include="..\..\third_party\bgaes\aestab.c" />
<ClCompile Include="..\..\third_party\bgaes\sha1.c" />
<ClCompile Include="..\..\third_party\bgaes\sha2.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\ChangeLog" />
<None Include="..\..\News" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>

View File

@@ -0,0 +1,256 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="include">
<UniqueIdentifier>{c0e76076-0032-445d-8c07-32b6c762622b}</UniqueIdentifier>
</Filter>
<Filter Include="src">
<UniqueIdentifier>{a03c0d83-0032-4848-9704-22cdce5ab144}</UniqueIdentifier>
</Filter>
<Filter Include="bnlib">
<UniqueIdentifier>{dbe8a34e-0032-495e-8df7-e82218921e60}</UniqueIdentifier>
</Filter>
<Filter Include="bgaes">
<UniqueIdentifier>{96d1a5c9-0032-4230-a764-a0ed11f434a7}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\include\zrtp.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_base.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_config.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_config_user.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_config_win.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_crypto.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_ec.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_engine.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_error.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_iface.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_iface_builtin.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_iface_cache.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_iface_system.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_legal.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_list.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_log.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_pbx.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_protocol.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_srtp.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_srtp_builtin.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_string.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_types.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_utils.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\include\zrtp_version.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\third_party\bnlib\bn.h">
<Filter>bnlib</Filter>
</ClInclude>
<ClInclude Include="..\..\third_party\bnlib\bn32.h">
<Filter>bnlib</Filter>
</ClInclude>
<ClInclude Include="..\..\third_party\bnlib\bnsize00.h">
<Filter>bnlib</Filter>
</ClInclude>
<ClInclude Include="..\..\third_party\bnlib\kludge.h">
<Filter>bnlib</Filter>
</ClInclude>
<ClInclude Include="..\..\third_party\bnlib\lbn.h">
<Filter>bnlib</Filter>
</ClInclude>
<ClInclude Include="..\..\third_party\bnlib\lbn32.h">
<Filter>bnlib</Filter>
</ClInclude>
<ClInclude Include="..\..\third_party\bnlib\lbnmem.h">
<Filter>bnlib</Filter>
</ClInclude>
<ClInclude Include="..\..\third_party\bnlib\legal.h">
<Filter>bnlib</Filter>
</ClInclude>
<ClInclude Include="..\..\third_party\bgaes\aes.h">
<Filter>bgaes</Filter>
</ClInclude>
<ClInclude Include="..\..\third_party\bgaes\aesopt.h">
<Filter>bgaes</Filter>
</ClInclude>
<ClInclude Include="..\..\third_party\bgaes\aestab.h">
<Filter>bgaes</Filter>
</ClInclude>
<ClInclude Include="..\..\third_party\bgaes\bg2zrtp.h">
<Filter>bgaes</Filter>
</ClInclude>
<ClInclude Include="..\..\third_party\bgaes\brg_types.h">
<Filter>bgaes</Filter>
</ClInclude>
<ClInclude Include="..\..\third_party\bgaes\sha1.h">
<Filter>bgaes</Filter>
</ClInclude>
<ClInclude Include="..\..\third_party\bgaes\sha2.h">
<Filter>bgaes</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\zrtp.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_crc.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_crypto_aes.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_crypto_atl.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_crypto_hash.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_crypto_pk.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_crypto_sas.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_datatypes.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_engine.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_engine_driven.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_iface_cache.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_iface_scheduler.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_iface_sys.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_initiator.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_legal.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_list.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_log.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_pbx.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_protocol.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_responder.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_rng.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_srtp_builtin.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_string.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_utils.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zrtp_utils_proto.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\bnlib\bn.c">
<Filter>bnlib</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\bnlib\bn32.c">
<Filter>bnlib</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\bnlib\bninit32.c">
<Filter>bnlib</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\bnlib\bntest00.c">
<Filter>bnlib</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\bnlib\lbn32.c">
<Filter>bnlib</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\bnlib\lbnmem.c">
<Filter>bnlib</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\bnlib\legal.c">
<Filter>bnlib</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\bgaes\aes_modes.c">
<Filter>bgaes</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\bgaes\aescrypt.c">
<Filter>bgaes</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\bgaes\aeskey.c">
<Filter>bgaes</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\bgaes\aestab.c">
<Filter>bgaes</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\bgaes\sha1.c">
<Filter>bgaes</Filter>
</ClCompile>
<ClCompile Include="..\..\third_party\bgaes\sha2.c">
<Filter>bgaes</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\..\ChangeLog" />
<None Include="..\..\News" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,76 @@
/*
* Copyright (c) 1995 Colin Plumb. All rights reserved.
* For licensing and other legal details, see the file legal.c.
*
* bnconfig.h -- Configuration file for BigNum library.
*
* This file is automatically filled in by configure.
* Everything must start out turned *off*, because configure
* (or, more properly, config.status) only knows how to turn them
* *on*.
*/
#ifndef CONFIG_H
#define CONFIG_H
/* Define to empty if the compiler does not support 'const' variables. */
#undef const
/* Define to `unsigned' if <sys/types.h> doesn't define it. */
#undef size_t
/* Checks for the presence and absence of various header files */
#define HAVE_ASSERT_H 1
#define NO_ASSERT_H !HAVE_ASSERT_H
#define HAVE_LIMITS_H 1
#define NO_LIMITS_H !HAVE_LIMITS_H
#define HAVE_STDLIB_H 1
#define NO_STDLIB_H !HAVE_STDLIB_H
#define HAVE_STRING_H 1
#define NO_STRING_H !HAVE_STRING_H
#define HAVE_STRINGS_H 0
#define NEED_MEMORY_H 0
/* We go to some trouble to find accurate times... */
/* Define if you have Posix.4 glock_gettime() */
#define HAVE_CLOCK_GETTIME 0
/* Define if you have Solaris-style gethrvtime() */
#define HAVE_GETHRVTIME 0
/* Define if you have getrusage() */
#define HAVE_GETRUSAGE 0
/* Define if you have clock() */
#define HAVE_CLOCK 0
/* Define if you have time() */
#define HAVE_TIME 0
/*
* Define as 0 if #including <sys/time.h> automatically
* #includes <time.h>, and doing so explicitly causes an
* error.
*/
#define TIME_WITH_SYS_TIME 0
/* Defines for various kinds of library brokenness */
/* Define if <stdio.h> is missing prototypes (= lots of warnings!) */
#define NO_STDIO_PROTOS 0
/* Define if <assert.h> depends on <stdio.h> and breaks without it */
#define ASSERT_NEEDS_STDIO 0
/* Define if <assert.h> depends on <stdlib.h> and complains without it */
#define ASSERT_NEEDS_STDLIB 0
/*
* Define if <string.h> delcares the mem* functions to take char *
* instead of void * parameters (= lots of warnings)
*/
#define MEM_PROTOS_BROKEN 0
/* If not available, bcopy() is substituted */
#define HAVE_MEMMOVE 1
#define NO_MEMMOVE !HAVE_MEMMOVE
#define HAVE_MEMCPY 1
#define NO_MEMCPY !HAVE_MEMCPY
#endif /* CONFIG_H */

View File

@@ -145,6 +145,12 @@ typedef unsigned long long bnword64;
#define BNWORD64 bnword64
#endif
/*Workaround for windows for now. */
#ifdef WIN32
typedef unsigned long long bnword64;
#define BNWORD64 bnword64
#endif
/* We don't even try to find a 128-bit type at the moment */
#endif /* !LBN_H */