diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-14 19:51:12 (GMT) |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-14 19:51:12 (GMT) |
| commit | 58440c91ce44c9b0f0695c5b62678984f37fa58c (patch) | |
| tree | 92b4a0d4d5b9b56b4420f4f6defb4e7d694cef9b | |
| parent | 73d9a292aeed5aa3414c911c1f34afeea17f0dda (diff) | |
| download | cpython-58440c91ce44c9b0f0695c5b62678984f37fa58c.zip cpython-58440c91ce44c9b0f0695c5b62678984f37fa58c.tar.gz cpython-58440c91ce44c9b0f0695c5b62678984f37fa58c.tar.bz2 | |
Issue #15070: fix VS9.0 build regression
| -rw-r--r-- | 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 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>
|
