diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2012-04-13 00:14:28 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2012-04-13 00:14:28 (GMT) |
commit | a9d33a21b3fe692c0d5b3148e8a2f85cf533148a (patch) | |
tree | 9d00fbccb65017b3dabea61809d48f6a5b350949 /PC/VS7.1 | |
parent | d46d69c2796172926296bbc5584551355af4a63a (diff) | |
download | cpython-a9d33a21b3fe692c0d5b3148e8a2f85cf533148a.zip cpython-a9d33a21b3fe692c0d5b3148e8a2f85cf533148a.tar.gz cpython-a9d33a21b3fe692c0d5b3148e8a2f85cf533148a.tar.bz2 |
Issue14559: Fix build files old Microft compilers.
With VS8.0 at least Python compiles and works correctly.
Diffstat (limited to 'PC/VS7.1')
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index b629df4..77f7d9d 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -767,6 +767,9 @@ RelativePath="..\..\Python\pythonrun.c">
</File>
<File
+ RelativePath="..\..\Python\random.c">
+ </File>
+ <File
RelativePath="..\..\Objects\rangeobject.c">
</File>
<File
|