summaryrefslogtreecommitdiffstats
path: root/PC/VS9.0
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-06-14 19:51:12 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-06-14 19:51:12 (GMT)
commit58440c91ce44c9b0f0695c5b62678984f37fa58c (patch)
tree92b4a0d4d5b9b56b4420f4f6defb4e7d694cef9b /PC/VS9.0
parent73d9a292aeed5aa3414c911c1f34afeea17f0dda (diff)
downloadcpython-58440c91ce44c9b0f0695c5b62678984f37fa58c.zip
cpython-58440c91ce44c9b0f0695c5b62678984f37fa58c.tar.gz
cpython-58440c91ce44c9b0f0695c5b62678984f37fa58c.tar.bz2
Issue #15070: fix VS9.0 build regression
Diffstat (limited to 'PC/VS9.0')
-rw-r--r--PC/VS9.0/pythoncore.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/PC/VS9.0/pythoncore.vcproj b/PC/VS9.0/pythoncore.vcproj
index 44a1e5f..9fb63ff 100644
--- 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>