Commit a9d33a21 authored by Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Issue14559: Fix build files old Microft compilers.

With VS8.0 at least Python compiles and works correctly.
parent d46d69c2
...@@ -655,6 +655,10 @@ SOURCE=..\..\Python\pytime.c ...@@ -655,6 +655,10 @@ SOURCE=..\..\Python\pytime.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\Python\random.c
# End Source File
# Begin Source File
SOURCE=..\..\Objects\rangeobject.c SOURCE=..\..\Objects\rangeobject.c
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -766,6 +766,9 @@ ...@@ -766,6 +766,9 @@
<File <File
RelativePath="..\..\Python\pythonrun.c"> RelativePath="..\..\Python\pythonrun.c">
</File> </File>
<File
RelativePath="..\..\Python\random.c">
</File>
<File <File
RelativePath="..\..\Objects\rangeobject.c"> RelativePath="..\..\Objects\rangeobject.c">
</File> </File>
......
...@@ -1882,6 +1882,10 @@ ...@@ -1882,6 +1882,10 @@
RelativePath="..\..\Python\pythonrun.c" RelativePath="..\..\Python\pythonrun.c"
> >
</File> </File>
<File
RelativePath="..\..\Python\random.c"
>
</File>
<File <File
RelativePath="..\..\Python\structmember.c" RelativePath="..\..\Python\structmember.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