diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2015-05-30 20:56:04 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2015-05-30 20:56:04 (GMT) |
commit | dce09c34a0a5d3ba5ddb2a948f3d0aa55ae3e9c4 (patch) | |
tree | ab0922b746dcdc4bb3960e3d6cc0c88b9f440863 /PCbuild/pythoncore.vcxproj | |
parent | f3b73ad51da3097d7915796fdc62608b1ab90c0a (diff) | |
download | cpython-dce09c34a0a5d3ba5ddb2a948f3d0aa55ae3e9c4.zip cpython-dce09c34a0a5d3ba5ddb2a948f3d0aa55ae3e9c4.tar.gz cpython-dce09c34a0a5d3ba5ddb2a948f3d0aa55ae3e9c4.tar.bz2 |
Issue #16991: Add odictobject.h on Windows.
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 2 |
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" /> |