Browse Source

hg merge 3.2

pull/2332/head
Amaury Forgeot d'Arc 14 years ago
parent
commit
8963943fc3
  1. 4
      PC/VC6/pythoncore.dsp
  2. 3
      PC/VS7.1/pythoncore.vcproj
  3. 4
      PC/VS8.0/pythoncore.vcproj

4
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

3
PC/VS7.1/pythoncore.vcproj

@ -766,6 +766,9 @@
<File
RelativePath="..\..\Python\pythonrun.c">
</File>
<File
RelativePath="..\..\Python\random.c">
</File>
<File
RelativePath="..\..\Objects\rangeobject.c">
</File>

4
PC/VS8.0/pythoncore.vcproj

@ -1882,6 +1882,10 @@
RelativePath="..\..\Python\pythonrun.c"
>
</File>
<File
RelativePath="..\..\Python\random.c"
>
</File>
<File
RelativePath="..\..\Python\structmember.c"
>

Loading…
Cancel
Save