summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2015-05-30 20:56:30 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2015-05-30 20:56:30 (GMT)
commit97abf97e45007cd4e2c09c2bcde36da18fecc754 (patch)
treef973ea72bd2597c39f88208fc8c453877bcbe994 /PCbuild
parent06a6a8382630298b73a7f440e860260807016bc2 (diff)
parentdce09c34a0a5d3ba5ddb2a948f3d0aa55ae3e9c4 (diff)
downloadcpython-97abf97e45007cd4e2c09c2bcde36da18fecc754.zip
cpython-97abf97e45007cd4e2c09c2bcde36da18fecc754.tar.gz
cpython-97abf97e45007cd4e2c09c2bcde36da18fecc754.tar.bz2
Merge from 3.5.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index bcefe94..9cbe8b9 100644
--- 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" />