Staging
v0.8.1
https://github.com/python/cpython
Revision c56894d305211c98882898f237ff54f620520139 authored by Serhiy Storchaka on 05 September 2013, 14:44:53 UTC, committed by Serhiy Storchaka on 05 September 2013, 14:44:53 UTC
their version strings to stdout, and not to sderr.
1 parent 34464d4
Raw File
Tip revision: c56894d305211c98882898f237ff54f620520139 authored by Serhiy Storchaka on 05 September 2013, 14:44:53 UTC
Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write
Tip revision: c56894d
sqlite3.props
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets">
    <Import Project="pyproject.props" />
  </ImportGroup>
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <AdditionalIncludeDirectories>$(sqlite3Dir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>SQLITE_API=__declspec(dllexport);%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <WarningLevel>Level1</WarningLevel>
    </ClCompile>
  </ItemDefinitionGroup>
</Project>
back to top