]> granicus.if.org Git - python/commitdiff
Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj
authorRichard Oudkerk <shibturn@gmail.com>
Mon, 4 Jun 2012 17:24:44 +0000 (18:24 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Mon, 4 Jun 2012 17:24:44 +0000 (18:24 +0100)
PCbuild/pythoncore.vcxproj

index 6c077016f3699119bfc028f6d20ca51a5570eeab..e4d4c7d4e6eecc5520310a9cf335e740324d137f 100644 (file)
@@ -1,4 +1,4 @@
-<?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">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
     <ClInclude Include="..\Include\methodobject.h" />
     <ClInclude Include="..\Include\modsupport.h" />
     <ClInclude Include="..\Include\moduleobject.h" />
+    <ClInclude Include="..\Include\namespaceobject.h" />
     <ClInclude Include="..\Include\node.h" />
     <ClInclude Include="..\Include\object.h" />
     <ClInclude Include="..\Include\objimpl.h" />
     <ClCompile Include="..\Objects\memoryobject.c" />
     <ClCompile Include="..\Objects\methodobject.c" />
     <ClCompile Include="..\Objects\moduleobject.c" />
+    <ClCompile Include="..\Objects\namespaceobject.c" />
     <ClCompile Include="..\Objects\object.c" />
     <ClCompile Include="..\Objects\obmalloc.c" />
     <ClCompile Include="..\Objects\rangeobject.c" />