mirror of https://github.com/python/cpython.git
Manually apply most of patch 1031 to try to get python to build on Windows.
I skipped the adding of libraries because it was harder and I'm less confident about getting it right. Also I'm not sure why they are required now and weren't required before.
This commit is contained in:
parent
1385b8940a
commit
d78e52c694
|
@ -21,7 +21,7 @@
|
|||
/>
|
||||
<UserMacro
|
||||
Name="PyDllName"
|
||||
Value="python26"
|
||||
Value="python30"
|
||||
/>
|
||||
<UserMacro
|
||||
Name="bsddbDir"
|
||||
|
|
|
@ -787,6 +787,10 @@
|
|||
RelativePath="..\..\Objects\bufferobject.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\bytesobject.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\cellobject.c"
|
||||
>
|
||||
|
@ -1393,6 +1397,10 @@
|
|||
RelativePath="..\..\Modules\_csv.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_fileio.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_functoolsmodule.c"
|
||||
>
|
||||
|
@ -1437,6 +1445,10 @@
|
|||
RelativePath="..\..\Modules\arraymodule.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\atexitmodule.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\audioop.c"
|
||||
>
|
||||
|
@ -1465,10 +1477,6 @@
|
|||
RelativePath="..\..\Modules\gcmodule.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\imageop.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\itertoolsmodule.c"
|
||||
>
|
||||
|
@ -1481,18 +1489,6 @@
|
|||
RelativePath="..\..\Modules\mathmodule.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\md5.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\md5.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\md5module.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\mmapmodule.c"
|
||||
>
|
||||
|
@ -1525,10 +1521,6 @@
|
|||
RelativePath="..\..\Modules\sha512module.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\shamodule.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\signalmodule.c"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue