Add dtoc.[ch] to the VS8.0 project file.

This commit is contained in:
Raymond Hettinger 2009-04-17 18:47:01 +00:00
parent 7f0ea323ee
commit b687e763eb

View file

@ -706,6 +706,10 @@
RelativePath="..\..\Include\dictobject.h" RelativePath="..\..\Include\dictobject.h"
> >
</File> </File>
<File
RelativePath="..\..\Include\dtoa.h"
>
</File>
<File <File
RelativePath="..\..\Include\enumobject.h" RelativePath="..\..\Include\enumobject.h"
> >
@ -1638,6 +1642,10 @@
RelativePath="..\..\Python\compile.c" RelativePath="..\..\Python\compile.c"
> >
</File> </File>
<File
RelativePath="..\..\Python\dtoa.c"
>
</File>
<File <File
RelativePath="..\..\Python\dynload_win.c" RelativePath="..\..\Python\dynload_win.c"
> >