diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2012-04-13 00:23:59 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2012-04-13 00:23:59 (GMT) |
commit | 8963943fc39fc0f44c30fd97d4f8faab1393686e (patch) | |
tree | 22628a192a82f5c98df8faf23faa0a6fe785899f /PC/VC6/pythoncore.dsp | |
parent | 6125e232e26cd806eb5c03005ddf817f5bb73eaf (diff) | |
parent | a9d33a21b3fe692c0d5b3148e8a2f85cf533148a (diff) | |
download | cpython-8963943fc39fc0f44c30fd97d4f8faab1393686e.zip cpython-8963943fc39fc0f44c30fd97d4f8faab1393686e.tar.gz cpython-8963943fc39fc0f44c30fd97d4f8faab1393686e.tar.bz2 |
hg merge 3.2
Diffstat (limited to 'PC/VC6/pythoncore.dsp')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 61247b7..5940b76 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
|