mirror of https://github.com/python/cpython
Fix the VS8.0 build
This commit is contained in:
parent
c34d76cdc3
commit
373e78c6f5
|
@ -878,6 +878,10 @@
|
|||
RelativePath="..\..\Include\pymath.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Include\pytime.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Include\pymem.h"
|
||||
>
|
||||
|
@ -1766,6 +1770,10 @@
|
|||
RelativePath="..\..\Python\pymath.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\pytime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\pystate.c"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue