Commit 78f85fcd authored by Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Issue14559: Attempt to fix compilation with previous versions of the Microsoft Compiler.

Update the various project files with Python/random.c which was recently added.

On my old Windows XP computer:
- VS8.0 works reasonably.
- I don't have the VS7.1 compiler.
- VC6 does not compile, at least with the SDK shipped with the compiler (12 years ago!); newer SDKs might work.
parent 0d3db3a8
...@@ -663,6 +663,10 @@ SOURCE=..\..\Python\pythonrun.c ...@@ -663,6 +663,10 @@ SOURCE=..\..\Python\pythonrun.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>
......
...@@ -1834,6 +1834,10 @@ ...@@ -1834,6 +1834,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