Commit 079f3d8b authored by Neal Norwitz's avatar Neal Norwitz

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.
parent 1e8c6e55
......@@ -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"
>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment