Add dtoc.[ch] to the VS8.0 project file.
This commit is contained in:
parent
7f0ea323ee
commit
b687e763eb
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue