diff options
Diffstat (limited to 'PC/VS8.0')
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index b8c0ffe..6d488bd 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -986,10 +986,18 @@ RelativePath="..\..\Modules\_fileio.c"
>
</File>
- <File^M
- RelativePath="..\..\Modules\_bytesio.c"^M
- >^M
- </File>^M
+ <File
+ RelativePath="..\..\Modules\_bytesio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Modules\_stringio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Modules\_pickle.c"
+ >
+ </File>
<File
RelativePath="..\..\Modules\_functoolsmodule.c"
>
|