Update project files for all Windows supported compilers

This commit is contained in:
Amaury Forgeot d'Arc 2008-04-14 19:55:40 +00:00
parent 046e6a43ff
commit 14d6b0f8f0
4 changed files with 15 additions and 4 deletions

View file

@ -197,6 +197,10 @@ SOURCE=..\..\Modules\arraymodule.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\_warnings.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\asdl.c
# End Source File
# Begin Source File

View file

@ -412,6 +412,9 @@
<File
RelativePath="..\..\Modules\arraymodule.c">
</File>
<File
RelativePath="..\..\Python\_warnings.c">
</File>
<File
RelativePath="..\..\Python\asdl.c">
</File>

View file

@ -1614,6 +1614,10 @@
<Filter
Name="Python"
>
<File
RelativePath="..\..\Python\_warnings.c"
>
</File>
<File
RelativePath="..\..\Python\asdl.c"
>