diff options
Diffstat (limited to 'PC/VS9.0/pythoncore.vcproj')
-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>
|