mirror of
https://github.com/python/cpython.git
synced 2025-10-29 09:29:26 +00:00
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:
parent
4043001f5d
commit
b98dd2e5d2
3 changed files with 33 additions and 3 deletions
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue