mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
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.
This commit is contained in:
parent
0d3db3a815
commit
78f85fcd1f
3 changed files with 11 additions and 0 deletions
|
@ -663,6 +663,10 @@ SOURCE=..\..\Python\pythonrun.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Python\random.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Objects\rangeobject.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue