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.
This commit is contained in:
Guido van Rossum 2007-10-22 22:18:51 +00:00
parent 4043001f5d
commit b98dd2e5d2
3 changed files with 33 additions and 3 deletions

View file

@ -787,6 +787,10 @@
RelativePath="..\..\Objects\boolobject.c"
>
</File>
<File
RelativePath="..\..\Objects\bytes_methods.c"
>
</File>
<File
RelativePath="..\..\Objects\bytesobject.c"
>
@ -973,6 +977,14 @@
RelativePath="..\..\Include\boolobject.h"
>
</File>
<File
RelativePath="..\..\Include\bytes_methods.h"
>
</File>
<File
RelativePath="..\..\Include\bytesobject.h"
>
</File>
<File
RelativePath="..\..\Include\cellobject.h"
>
@ -1489,6 +1501,10 @@
RelativePath="..\..\Modules\mathmodule.c"
>
</File>
<File
RelativePath="..\..\Modules\md5module.c"
>
</File>
<File
RelativePath="..\..\Modules\mmapmodule.c"
>
@ -1513,6 +1529,10 @@
RelativePath="..\..\Modules\rotatingtree.h"
>
</File>
<File
RelativePath="..\..\Modules\sha1module.c"
>
</File>
<File
RelativePath="..\..\Modules\sha256module.c"
>