[Python-checkins] cpython: Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj

richard.oudkerk python-checkins at python.org
Mon Jun 4 19:28:16 CEST 2012


http://hg.python.org/cpython/rev/ee7cd7d51ed6
changeset:   77346:ee7cd7d51ed6
user:        Richard Oudkerk <shibturn at gmail.com>
date:        Mon Jun 04 18:24:44 2012 +0100
summary:
  Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj

files:
  PCbuild/pythoncore.vcxproj |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -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">
@@ -402,6 +402,7 @@
     <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" />
@@ -579,6 +580,7 @@
     <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" />

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list