mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Fix VS8.0 build by adding _time.h and _time.c to the project file.
This commit is contained in:
parent
de802be001
commit
da6401dab8
1 changed files with 8 additions and 0 deletions
|
|
@ -942,6 +942,10 @@
|
|||
RelativePath="..\..\Include\sysmodule.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Include\_time.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Include\timefuncs.h"
|
||||
>
|
||||
|
|
@ -1166,6 +1170,10 @@
|
|||
RelativePath="..\..\Modules\_threadmodule.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_time.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\timemodule.c"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue