diff options
author | Christian Heimes <christian@cheimes.de> | 2008-01-04 12:57:11 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-01-04 12:57:11 (GMT) |
commit | 8fd7b0c1a790158a2ab42f70c6c16636f75a4de8 (patch) | |
tree | ba3030a52ae05894e810d5c45c8f44b7de041771 /PC | |
parent | 1aa7b30ba08ad18da57e22a45409604177b71847 (diff) | |
download | cpython-8fd7b0c1a790158a2ab42f70c6c16636f75a4de8.zip cpython-8fd7b0c1a790158a2ab42f70c6c16636f75a4de8.tar.gz cpython-8fd7b0c1a790158a2ab42f70c6c16636f75a4de8.tar.bz2 |
Fixed #1733: Maybe PC/VS7.1/pythoncore.vcproj is missing Modules/md5module.c
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index 34b48e9..a7a0f04 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -625,6 +625,9 @@ <File RelativePath="..\..\Modules\mathmodule.c"> </File> + <File + RelativePath="..\..\Modules\md5module.c"> + </File> <File RelativePath="..\..\Parser\metagrammar.c"> </File> |