Staging
v0.5.1
https://github.com/python/cpython
Revision ff385b89f40cfdfb6ceab41acfa89fa8594318f6 authored by Yury Selivanov on 19 February 2014, 21:27:23 UTC, committed by Yury Selivanov on 19 February 2014, 21:27:23 UTC
1 parent eaeb623
Raw File
Tip revision: ff385b89f40cfdfb6ceab41acfa89fa8594318f6 authored by Yury Selivanov on 19 February 2014, 21:27:23 UTC
inspect: Fix getfullargspec() to not to follow __wrapped__ chains
Tip revision: ff385b8
x64.props
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Label="UserMacros" Condition="'$(HOST_PYTHON)'!=''">
    <PythonExe>$(HOST_PYTHON)</PythonExe>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <PreprocessorDefinitions>_WIN64;_M_X64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
    <Link>
      <TargetMachine>MachineX64</TargetMachine>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <BuildMacro Include="PythonExe">
      <Value>$(PythonExe)</Value>
    </BuildMacro>
  </ItemGroup>
</Project>
back to top