Staging
v0.5.1
https://github.com/python/cpython
Revision 0fe3be03926c3468ed4c10980d1a030c8ef4e37e authored by Miss Islington (bot) on 31 May 2018, 06:10:28 UTC, committed by Serhiy Storchaka on 31 May 2018, 06:10:28 UTC
(cherry picked from commit a5c42284e69fb309bdd17ee8c1c120d1be383012)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent c2870b6
Raw File
Tip revision: 0fe3be03926c3468ed4c10980d1a030c8ef4e37e authored by Miss Islington (bot) on 31 May 2018, 06:10:28 UTC
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) (GH-7269)
Tip revision: 0fe3be0
ssleay.vcxproj
<?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="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="PGInstrument|Win32">
      <Configuration>PGInstrument</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="PGInstrument|x64">
      <Configuration>PGInstrument</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="PGUpdate|Win32">
      <Configuration>PGUpdate</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="PGUpdate|x64">
      <Configuration>PGUpdate</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{10615B24-73BF-4EFA-93AA-236916321317}</ProjectGuid>
    <RootNamespace>ssleay</RootNamespace>
  </PropertyGroup>

  <Import Project="python.props" />
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

  <PropertyGroup Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
  </PropertyGroup>

  <Import Project="openssl.props" />
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

  <ItemGroup>
    <!--
    <ClCompile Include="$(opensslDir)ssl\bio_ssl.c" />
    -->
    <ClCompile Include="$(opensslDir)ssl\d1_both.c" />
    <!--
    <ClCompile Include="$(opensslDir)ssl\d1_clnt.c" />
    <ClCompile Include="$(opensslDir)ssl\d1_enc.c" />
    -->
    <ClCompile Include="$(opensslDir)ssl\d1_lib.c" />
    <!--
    <ClCompile Include="$(opensslDir)ssl\d1_meth.c" />
    -->
    <ClCompile Include="$(opensslDir)ssl\d1_pkt.c" />
    <ClCompile Include="$(opensslDir)ssl\d1_srtp.c" />
    <!--
    <ClCompile Include="$(opensslDir)ssl\d1_srvr.c" />
    <ClCompile Include="$(opensslDir)ssl\kssl.c" />
    -->
    <ClCompile Include="$(opensslDir)ssl\s2_clnt.c" />
    <ClCompile Include="$(opensslDir)ssl\s2_enc.c" />
    <ClCompile Include="$(opensslDir)ssl\s2_lib.c" />
    <ClCompile Include="$(opensslDir)ssl\s2_meth.c" />
    <ClCompile Include="$(opensslDir)ssl\s2_pkt.c" />
    <ClCompile Include="$(opensslDir)ssl\s2_srvr.c" />
    <ClCompile Include="$(opensslDir)ssl\s23_clnt.c" />
    <ClCompile Include="$(opensslDir)ssl\s23_lib.c" />
    <ClCompile Include="$(opensslDir)ssl\s23_meth.c" />
    <ClCompile Include="$(opensslDir)ssl\s23_pkt.c" />
    <ClCompile Include="$(opensslDir)ssl\s23_srvr.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_both.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_cbc.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_clnt.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_enc.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_lib.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_meth.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_pkt.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_srvr.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_algs.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_asn1.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_cert.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_ciph.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_err.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_err2.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_lib.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_rsa.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_sess.c" />
    <!--
    <ClCompile Include="$(opensslDir)ssl\ssl_stat.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_txt.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_utst.c" />
    -->
    <ClCompile Include="$(opensslDir)ssl\t1_clnt.c" />
    <ClCompile Include="$(opensslDir)ssl\t1_enc.c" />
    <ClCompile Include="$(opensslDir)ssl\t1_lib.c" />
    <ClCompile Include="$(opensslDir)ssl\t1_meth.c" />
    <ClCompile Include="$(opensslDir)ssl\t1_reneg.c" />
    <ClCompile Include="$(opensslDir)ssl\t1_srvr.c" />
    <ClCompile Include="$(opensslDir)ssl\tls_srp.c" />
  </ItemGroup>
  
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <Target Name="Clean" />
  <Target Name="CleanAll">
    <Delete Files="$(TargetPath)" />
    <RemoveDir Directories="$(IntDir)" />
  </Target>
</Project>
back to top