Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b73ad commit dce09c3Copy full SHA for dce09c3
1 file changed
PCbuild/pythoncore.vcxproj
@@ -122,6 +122,7 @@
122
<ClInclude Include="..\Include\node.h" />
123
<ClInclude Include="..\Include\object.h" />
124
<ClInclude Include="..\Include\objimpl.h" />
125
+ <ClInclude Include="..\Include\odictobject.h" />
126
<ClInclude Include="..\Include\opcode.h" />
127
<ClInclude Include="..\Include\osdefs.h" />
128
<ClInclude Include="..\Include\parsetok.h" />
@@ -313,6 +314,7 @@
313
314
<ClCompile Include="..\Objects\namespaceobject.c" />
315
<ClCompile Include="..\Objects\object.c" />
316
<ClCompile Include="..\Objects\obmalloc.c" />
317
+ <ClCompile Include="..\Objects\odictobject.c" />
318
<ClCompile Include="..\Objects\rangeobject.c" />
319
<ClCompile Include="..\Objects\setobject.c" />
320
<ClCompile Include="..\Objects\sliceobject.c" />
0 commit comments