mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Added new files to Windows project files
More Windows related fixes are coming soon
This commit is contained in:
parent
607bff1ebe
commit
81ad6a185a
4 changed files with 23 additions and 4 deletions
|
@ -583,6 +583,10 @@ SOURCE=..\..\Python\pyfpe.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Python\pymath.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Python\pystate.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
@ -715,6 +715,9 @@
|
|||
<File
|
||||
RelativePath="..\..\Python\pyfpe.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\pymath.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\pystate.c">
|
||||
</File>
|
||||
|
|
|
@ -1738,6 +1738,10 @@
|
|||
RelativePath="..\..\Python\pyfpe.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\pymath.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\pystate.c"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue