mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fixed compile error on windows.
This commit is contained in:
parent
6ecb1a3145
commit
957320a08a
4 changed files with 15 additions and 0 deletions
|
@ -519,6 +519,10 @@ SOURCE=..\..\Modules\md5module.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\Objects\memoryobject.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\Parser\metagrammar.c
|
SOURCE=..\..\Parser\metagrammar.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
|
@ -658,6 +658,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Modules\md5module.c">
|
RelativePath="..\..\Modules\md5module.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Objects\memoryobject.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Parser\metagrammar.c">
|
RelativePath="..\..\Parser\metagrammar.c">
|
||||||
</File>
|
</File>
|
||||||
|
|
|
@ -1458,6 +1458,10 @@
|
||||||
RelativePath="..\..\Objects\longobject.c"
|
RelativePath="..\..\Objects\longobject.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Objects\memoryobject.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Objects\methodobject.c"
|
RelativePath="..\..\Objects\methodobject.c"
|
||||||
>
|
>
|
||||||
|
|
|
@ -1458,6 +1458,10 @@
|
||||||
RelativePath="..\Objects\longobject.c"
|
RelativePath="..\Objects\longobject.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\Objects\memoryobject.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\Objects\methodobject.c"
|
RelativePath="..\Objects\methodobject.c"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue