commit | 8fd7b0c1a790158a2ab42f70c6c16636f75a4de8 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Fri Jan 04 12:57:11 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Fri Jan 04 12:57:11 2008 +0000 |
tree | ba3030a52ae05894e810d5c45c8f44b7de041771 | |
parent | 1aa7b30ba08ad18da57e22a45409604177b71847 [diff] |
Fixed #1733: Maybe PC/VS7.1/pythoncore.vcproj is missing Modules/md5module.c
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>