[Python-checkins] cpython: Issue #15070: fix VS9.0 build regression
antoine.pitrou
python-checkins at python.org
Thu Jun 14 21:54:18 CEST 2012
http://hg.python.org/cpython/rev/ccbf6f970943
changeset: 77429:ccbf6f970943
user: Antoine Pitrou <solipsis at pitrou.net>
date: Thu Jun 14 21:51:12 2012 +0200
summary:
Issue #15070: fix VS9.0 build regression
files:
PC/VS9.0/pythoncore.vcproj | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/PC/VS9.0/pythoncore.vcproj b/PC/VS9.0/pythoncore.vcproj
--- a/PC/VS9.0/pythoncore.vcproj
+++ b/PC/VS9.0/pythoncore.vcproj
@@ -803,6 +803,10 @@
>
</File>
<File
+ RelativePath="..\..\Include\namespaceobject.h"
+ >
+ </File>
+ <File
RelativePath="..\..\Include\node.h"
>
</File>
@@ -1563,6 +1567,10 @@
>
</File>
<File
+ RelativePath="..\..\Objects\namespaceobject.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Objects\object.c"
>
</File>
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list