mirror of https://github.com/python/cpython
Added new files to Windows project files
More Windows related fixes are coming soon
This commit is contained in:
parent
607bff1ebe
commit
81ad6a185a
|
@ -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"
|
||||
>
|
||||
|
|
|
@ -655,11 +655,11 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Include\bytesobject.h"
|
||||
RelativePath="..\Include\bytes_methods.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Include\bytes_methods.h"
|
||||
RelativePath="..\Include\bytesobject.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -870,6 +870,10 @@
|
|||
RelativePath="..\Include\pymactoolbox.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Include\pymath.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Include\pymem.h"
|
||||
>
|
||||
|
@ -1355,11 +1359,11 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Objects\bytesobject.c"
|
||||
RelativePath="..\Objects\bytes_methods.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Objects\bytes_methods.c"
|
||||
RelativePath="..\Objects\bytesobject.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -1738,6 +1742,10 @@
|
|||
RelativePath="..\Python\pyfpe.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Python\pymath.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Python\pystate.c"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue