From: Amaury Forgeot d'Arc Date: Fri, 13 Apr 2012 00:14:28 +0000 (+0200) Subject: Issue14559: Fix build files old Microft compilers. X-Git-Tag: v3.3.0a3~240^2~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9d33a21b3fe692c0d5b3148e8a2f85cf533148a;p=thirdparty%2FPython%2Fcpython.git Issue14559: Fix build files old Microft compilers. With VS8.0 at least Python compiles and works correctly. --- diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 2afa32216674..926256d99b2f 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -655,6 +655,10 @@ SOURCE=..\..\Python\pytime.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 b629df423a28..77f7d9d81ecb 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -766,6 +766,9 @@ + + diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 5e1ef1ac19ce..e81559e1fd5c 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -1882,6 +1882,10 @@ RelativePath="..\..\Python\pythonrun.c" > + +