diff options
author | Thomas Heller <theller@ctypes.org> | 2008-06-10 15:01:24 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2008-06-10 15:01:24 (GMT) |
commit | 12f8a0538b7e0964d82ddda86c63df97129f0c99 (patch) | |
tree | e66e62eb613dab26e3a2794a7a8e126ab5636b76 /PC/VS7.1/pythoncore.vcproj | |
parent | 97cf99fc7e8c56868711f7c91c3b1e37e4c66cba (diff) | |
download | cpython-12f8a0538b7e0964d82ddda86c63df97129f0c99.zip cpython-12f8a0538b7e0964d82ddda86c63df97129f0c99.tar.gz cpython-12f8a0538b7e0964d82ddda86c63df97129f0c99.tar.bz2 |
Fix the Windows build by removing references to the cStringIO module
which no longer exists.
Diffstat (limited to 'PC/VS7.1/pythoncore.vcproj')
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index 8692e7a..4865e11 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -479,9 +479,6 @@ RelativePath="..\..\PC\config.c"> </File> <File - RelativePath="..\..\Modules\cStringIO.c"> - </File> - <File RelativePath="..\..\Modules\datetimemodule.c"> </File> <File |