Commit 9650d364 authored by Richard Oudkerk's avatar Richard Oudkerk

Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj

parent 454a74df
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations"> <ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32"> <ProjectConfiguration Include="Debug|Win32">
...@@ -402,6 +402,7 @@ ...@@ -402,6 +402,7 @@
<ClInclude Include="..\Include\methodobject.h" /> <ClInclude Include="..\Include\methodobject.h" />
<ClInclude Include="..\Include\modsupport.h" /> <ClInclude Include="..\Include\modsupport.h" />
<ClInclude Include="..\Include\moduleobject.h" /> <ClInclude Include="..\Include\moduleobject.h" />
<ClInclude Include="..\Include\namespaceobject.h" />
<ClInclude Include="..\Include\node.h" /> <ClInclude Include="..\Include\node.h" />
<ClInclude Include="..\Include\object.h" /> <ClInclude Include="..\Include\object.h" />
<ClInclude Include="..\Include\objimpl.h" /> <ClInclude Include="..\Include\objimpl.h" />
...@@ -579,6 +580,7 @@ ...@@ -579,6 +580,7 @@
<ClCompile Include="..\Objects\memoryobject.c" /> <ClCompile Include="..\Objects\memoryobject.c" />
<ClCompile Include="..\Objects\methodobject.c" /> <ClCompile Include="..\Objects\methodobject.c" />
<ClCompile Include="..\Objects\moduleobject.c" /> <ClCompile Include="..\Objects\moduleobject.c" />
<ClCompile Include="..\Objects\namespaceobject.c" />
<ClCompile Include="..\Objects\object.c" /> <ClCompile Include="..\Objects\object.c" />
<ClCompile Include="..\Objects\obmalloc.c" /> <ClCompile Include="..\Objects\obmalloc.c" />
<ClCompile Include="..\Objects\rangeobject.c" /> <ClCompile Include="..\Objects\rangeobject.c" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment