This commit is contained in:
Brett Cannon 2012-04-12 21:13:08 -04:00
commit 15af26fa92
3 changed files with 11 additions and 0 deletions

View file

@ -655,6 +655,10 @@ SOURCE=..\..\Python\pytime.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\Python\random.c
# End Source File
# Begin Source File
SOURCE=..\..\Objects\rangeobject.c SOURCE=..\..\Objects\rangeobject.c
# End Source File # End Source File
# Begin Source File # Begin Source File

View file

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

View file

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