]> granicus.if.org Git - python/commitdiff
Issue #16991: Add odictobject.h on Windows.
authorEric Snow <ericsnowcurrently@gmail.com>
Sat, 30 May 2015 20:56:04 +0000 (14:56 -0600)
committerEric Snow <ericsnowcurrently@gmail.com>
Sat, 30 May 2015 20:56:04 +0000 (14:56 -0600)
PCbuild/pythoncore.vcxproj

index bcefe94c979940b3e57499c1a992345ad5993321..9cbe8b9384c08046aa4f7a03cc0354b25a73c87b 100644 (file)
     <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" />
     <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" />