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
1 changed files with 8 additions and 0 deletions

View File

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