From 78f85fcd1f360aa292c5f35689f7b05daa0c1ed5 Mon Sep 17 00:00:00 2001 From: Amaury Forgeot d'Arc Date: Fri, 13 Apr 2012 01:38:25 +0200 Subject: 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. --- PC/VC6/pythoncore.dsp | 4 ++++ PC/VS7.1/pythoncore.vcproj | 3 +++ PC/VS8.0/pythoncore.vcproj | 4 ++++ 3 files changed, 11 insertions(+) diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 4fe426a..4c3cd98 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -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 diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index ea6ce78..230d2ef 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -767,6 +767,9 @@ RelativePath="..\..\Python\pythonrun.c"> + + + + -- cgit v0.12