diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-26 23:14:58 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-26 23:14:58 (GMT) |
commit | d78e52c6947735ac99bed49fb0f7b30cef9e3313 (patch) | |
tree | 7ee0adf87eaa3f37011c12840674960e11cc9102 | |
parent | 1385b8940a449c0a7ef693e5bbb1b39d30e58270 (diff) | |
download | cpython-d78e52c6947735ac99bed49fb0f7b30cef9e3313.zip cpython-d78e52c6947735ac99bed49fb0f7b30cef9e3313.tar.gz cpython-d78e52c6947735ac99bed49fb0f7b30cef9e3313.tar.bz2 |
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.
-rw-r--r-- | PCbuild8/pyproject.vsprops | 2 | ||||
-rw-r--r-- | PCbuild8/pythoncore/pythoncore.vcproj | 32 |
2 files changed, 13 insertions, 21 deletions
diff --git a/PCbuild8/pyproject.vsprops b/PCbuild8/pyproject.vsprops index e4c5f73..b120ba8 100644 --- a/PCbuild8/pyproject.vsprops +++ b/PCbuild8/pyproject.vsprops @@ -21,7 +21,7 @@ />
<UserMacro
Name="PyDllName"
- Value="python26"
+ Value="python30"
/>
<UserMacro
Name="bsddbDir"
diff --git a/PCbuild8/pythoncore/pythoncore.vcproj b/PCbuild8/pythoncore/pythoncore.vcproj index 2a6e413..8e45acd 100644 --- a/PCbuild8/pythoncore/pythoncore.vcproj +++ b/PCbuild8/pythoncore/pythoncore.vcproj @@ -788,6 +788,10 @@ >
</File>
<File
+ RelativePath="..\..\Objects\bytesobject.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Objects\cellobject.c"
>
</File>
@@ -1394,6 +1398,10 @@ >
</File>
<File
+ RelativePath="..\..\Modules\_fileio.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Modules\_functoolsmodule.c"
>
</File>
@@ -1438,6 +1446,10 @@ >
</File>
<File
+ RelativePath="..\..\Modules\atexitmodule.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Modules\audioop.c"
>
</File>
@@ -1466,10 +1478,6 @@ >
</File>
<File
- RelativePath="..\..\Modules\imageop.c"
- >
- </File>
- <File
RelativePath="..\..\Modules\itertoolsmodule.c"
>
</File>
@@ -1482,18 +1490,6 @@ >
</File>
<File
- RelativePath="..\..\Modules\md5.c"
- >
- </File>
- <File
- RelativePath="..\..\Modules\md5.h"
- >
- </File>
- <File
- RelativePath="..\..\Modules\md5module.c"
- >
- </File>
- <File
RelativePath="..\..\Modules\mmapmodule.c"
>
</File>
@@ -1526,10 +1522,6 @@ >
</File>
<File
- RelativePath="..\..\Modules\shamodule.c"
- >
- </File>
- <File
RelativePath="..\..\Modules\signalmodule.c"
>
</File>
|