diff options
Diffstat (limited to 'PCbuild8')
-rw-r--r-- | PCbuild8/pythoncore/pythoncore.vcproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/PCbuild8/pythoncore/pythoncore.vcproj b/PCbuild8/pythoncore/pythoncore.vcproj index 8e45acd..52240d1 100644 --- a/PCbuild8/pythoncore/pythoncore.vcproj +++ b/PCbuild8/pythoncore/pythoncore.vcproj @@ -740,6 +740,10 @@ >
</File>
<File
+ RelativePath="..\..\Python\formatter_unicode.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Python\Python-ast.c"
>
</File>
@@ -824,6 +828,10 @@ >
</File>
<File
+ RelativePath="..\..\Objects\memoryobject.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Objects\enumobject.c"
>
</File>
@@ -1022,6 +1030,10 @@ >
</File>
<File
+ RelativePath="..\..\Include\memoryobject.h"
+ >
+ </File>
+ <File
RelativePath="..\..\Include\enumobject.h"
>
</File>
|