mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Update project files for all Windows supported compilers
This commit is contained in:
parent
046e6a43ff
commit
14d6b0f8f0
4 changed files with 15 additions and 4 deletions
|
@ -197,6 +197,10 @@ SOURCE=..\..\Modules\arraymodule.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\Python\_warnings.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\Python\asdl.c
|
SOURCE=..\..\Python\asdl.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
|
@ -412,6 +412,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Modules\arraymodule.c">
|
RelativePath="..\..\Modules\arraymodule.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Python\_warnings.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Python\asdl.c">
|
RelativePath="..\..\Python\asdl.c">
|
||||||
</File>
|
</File>
|
||||||
|
|
|
@ -1614,6 +1614,10 @@
|
||||||
<Filter
|
<Filter
|
||||||
Name="Python"
|
Name="Python"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Python\_warnings.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Python\asdl.c"
|
RelativePath="..\..\Python\asdl.c"
|
||||||
>
|
>
|
||||||
|
|
|
@ -1614,6 +1614,10 @@
|
||||||
<Filter
|
<Filter
|
||||||
Name="Python"
|
Name="Python"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath="..\Python\_warnings.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\Python\asdl.c"
|
RelativePath="..\Python\asdl.c"
|
||||||
>
|
>
|
||||||
|
@ -1778,10 +1782,6 @@
|
||||||
RelativePath="..\Python\traceback.c"
|
RelativePath="..\Python\traceback.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\Python\_warnings.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Resource Files"
|
Name="Resource Files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue