[Python-checkins] cpython (3.5): Issue #16991: Add odictobject.h on Windows.

eric.snow python-checkins at python.org
Sat May 30 22:56:35 CEST 2015


https://hg.python.org/cpython/rev/aea27164d207
changeset:   96405:aea27164d207
branch:      3.5
parent:      96402:1d851112922f
user:        Eric Snow <ericsnowcurrently at gmail.com>
date:        Sat May 30 14:56:04 2015 -0600
summary:
  Issue #16991: Add odictobject.h on Windows.

files:
  PCbuild/pythoncore.vcxproj |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -122,6 +122,7 @@
     <ClInclude Include="..\Include\node.h" />
     <ClInclude Include="..\Include\object.h" />
     <ClInclude Include="..\Include\objimpl.h" />
+    <ClInclude Include="..\Include\odictobject.h" />
     <ClInclude Include="..\Include\opcode.h" />
     <ClInclude Include="..\Include\osdefs.h" />
     <ClInclude Include="..\Include\parsetok.h" />
@@ -313,6 +314,7 @@
     <ClCompile Include="..\Objects\namespaceobject.c" />
     <ClCompile Include="..\Objects\object.c" />
     <ClCompile Include="..\Objects\obmalloc.c" />
+    <ClCompile Include="..\Objects\odictobject.c" />
     <ClCompile Include="..\Objects\rangeobject.c" />
     <ClCompile Include="..\Objects\setobject.c" />
     <ClCompile Include="..\Objects\sliceobject.c" />

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list