Kaydet (Commit) 81ad6a18 authored tarafından Christian Heimes's avatar Christian Heimes

Added new files to Windows project files

More Windows related fixes are coming soon
üst 607bff1e
...@@ -583,6 +583,10 @@ SOURCE=..\..\Python\pyfpe.c ...@@ -583,6 +583,10 @@ SOURCE=..\..\Python\pyfpe.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\Python\pymath.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\pystate.c SOURCE=..\..\Python\pystate.c
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -715,6 +715,9 @@ ...@@ -715,6 +715,9 @@
<File <File
RelativePath="..\..\Python\pyfpe.c"> RelativePath="..\..\Python\pyfpe.c">
</File> </File>
<File
RelativePath="..\..\Python\pymath.c">
</File>
<File <File
RelativePath="..\..\Python\pystate.c"> RelativePath="..\..\Python\pystate.c">
</File> </File>
......
...@@ -1738,6 +1738,10 @@ ...@@ -1738,6 +1738,10 @@
RelativePath="..\..\Python\pyfpe.c" RelativePath="..\..\Python\pyfpe.c"
> >
</File> </File>
<File
RelativePath="..\..\Python\pymath.c"
>
</File>
<File <File
RelativePath="..\..\Python\pystate.c" RelativePath="..\..\Python\pystate.c"
> >
......
...@@ -655,11 +655,11 @@ ...@@ -655,11 +655,11 @@
> >
</File> </File>
<File <File
RelativePath="..\Include\bytesobject.h" RelativePath="..\Include\bytes_methods.h"
> >
</File> </File>
<File <File
RelativePath="..\Include\bytes_methods.h" RelativePath="..\Include\bytesobject.h"
> >
</File> </File>
<File <File
...@@ -870,6 +870,10 @@ ...@@ -870,6 +870,10 @@
RelativePath="..\Include\pymactoolbox.h" RelativePath="..\Include\pymactoolbox.h"
> >
</File> </File>
<File
RelativePath="..\Include\pymath.h"
>
</File>
<File <File
RelativePath="..\Include\pymem.h" RelativePath="..\Include\pymem.h"
> >
...@@ -1355,11 +1359,11 @@ ...@@ -1355,11 +1359,11 @@
> >
</File> </File>
<File <File
RelativePath="..\Objects\bytesobject.c" RelativePath="..\Objects\bytes_methods.c"
> >
</File> </File>
<File <File
RelativePath="..\Objects\bytes_methods.c" RelativePath="..\Objects\bytesobject.c"
> >
</File> </File>
<File <File
...@@ -1738,6 +1742,10 @@ ...@@ -1738,6 +1742,10 @@
RelativePath="..\Python\pyfpe.c" RelativePath="..\Python\pyfpe.c"
> >
</File> </File>
<File
RelativePath="..\Python\pymath.c"
>
</File>
<File <File
RelativePath="..\Python\pystate.c" RelativePath="..\Python\pystate.c"
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment