Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9650d36

Browse files
committed
Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj
1 parent 454a74d commit 9650d36

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

PCbuild/pythoncore.vcxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
@@ -402,6 +402,7 @@
402402
<ClInclude Include="..\Include\methodobject.h" />
403403
<ClInclude Include="..\Include\modsupport.h" />
404404
<ClInclude Include="..\Include\moduleobject.h" />
405+
<ClInclude Include="..\Include\namespaceobject.h" />
405406
<ClInclude Include="..\Include\node.h" />
406407
<ClInclude Include="..\Include\object.h" />
407408
<ClInclude Include="..\Include\objimpl.h" />
@@ -579,6 +580,7 @@
579580
<ClCompile Include="..\Objects\memoryobject.c" />
580581
<ClCompile Include="..\Objects\methodobject.c" />
581582
<ClCompile Include="..\Objects\moduleobject.c" />
583+
<ClCompile Include="..\Objects\namespaceobject.c" />
582584
<ClCompile Include="..\Objects\object.c" />
583585
<ClCompile Include="..\Objects\obmalloc.c" />
584586
<ClCompile Include="..\Objects\rangeobject.c" />

0 commit comments

Comments
 (0)