diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-06-11 23:38:40 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-06-11 23:38:40 (GMT) |
commit | ccc63b1d747857e0a5ce1af62279e79c516c6a4c (patch) | |
tree | 579e144e05fb84b89ebb1be582ceb77d3dcd7aa2 /PC/VS8.0 | |
parent | 66b343b65fa255b35536f781d0eb8db66325572b (diff) | |
download | cpython-ccc63b1d747857e0a5ce1af62279e79c516c6a4c.zip cpython-ccc63b1d747857e0a5ce1af62279e79c516c6a4c.tar.gz cpython-ccc63b1d747857e0a5ce1af62279e79c516c6a4c.tar.bz2 |
Added Windows build config for _stringio and _pickle.
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"
>
|