diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-04-03 19:54:07 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-04-03 19:54:07 (GMT) |
commit | 9161a0d8da0ea3d8159ceed0d0bdb9e85e52e448 (patch) | |
tree | 1556d0ff2a442e9aabe07f870b6580e3d55806aa /PCbuild/pythoncore.vcproj | |
parent | ff6002304885cdbcb5d4cce3dc30387d2e3fc590 (diff) | |
download | cpython-9161a0d8da0ea3d8159ceed0d0bdb9e85e52e448.zip cpython-9161a0d8da0ea3d8159ceed0d0bdb9e85e52e448.tar.gz cpython-9161a0d8da0ea3d8159ceed0d0bdb9e85e52e448.tar.bz2 |
Looks like someone renamed (or something) md5c.c to md5.c.
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 2ead78a..3bd740f 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -623,7 +623,7 @@ RelativePath="..\Modules\mathmodule.c"> </File> <File - RelativePath="..\Modules\md5c.c"> + RelativePath="..\Modules\md5.c"> </File> <File RelativePath="..\Modules\md5module.c"> |