diff options
author | Guido van Rossum <guido@python.org> | 2007-10-22 22:18:51 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-10-22 22:18:51 (GMT) |
commit | b98dd2e5d2133b1c8cebd1dd221cf69eefeb154f (patch) | |
tree | c62cf3d069b86746a33b07add05d46f3ae517037 /PCbuild | |
parent | 4043001f5d84d4919781e34221449047d0690ac8 (diff) | |
download | cpython-b98dd2e5d2133b1c8cebd1dd221cf69eefeb154f.zip cpython-b98dd2e5d2133b1c8cebd1dd221cf69eefeb154f.tar.gz cpython-b98dd2e5d2133b1c8cebd1dd221cf69eefeb154f.tar.bz2 |
Patch 1304, by Amaury Forgeot d'Arc.
Add md5module.c and sha1module.c to the project files,
and in some cases bytes_methods.c and related .h files.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 063c0ce..19cd833 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -442,9 +442,9 @@ <File RelativePath="..\Objects\bytes_methods.c"> </File> - <File - RelativePath="..\Objects\bytesobject.c"> - </File> + <File + RelativePath="..\Objects\bytesobject.c"> + </File> <File RelativePath="..\Objects\cellobject.c"> </File> @@ -632,6 +632,9 @@ RelativePath="..\Objects\methodobject.c"> </File> <File + RelativePath="..\Modules\md5module.c"> + </File> + <File RelativePath="..\Modules\mmapmodule.c"> </File> <File @@ -716,6 +719,9 @@ RelativePath="..\Objects\setobject.c"> </File> <File + RelativePath="..\Modules\sha1module.c"> + </File> + <File RelativePath="..\Modules\sha256module.c"> </File> <File |