Author: neal.norwitz
Date: Mon Aug 27 01:14:58 2007
New Revision: 57529

Modified:
   python/branches/py3k/PCbuild8/pyproject.vsprops
   python/branches/py3k/PCbuild8/pythoncore/pythoncore.vcproj
Log:
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.


Modified: python/branches/py3k/PCbuild8/pyproject.vsprops
==============================================================================
--- python/branches/py3k/PCbuild8/pyproject.vsprops     (original)
+++ python/branches/py3k/PCbuild8/pyproject.vsprops     Mon Aug 27 01:14:58 2007
@@ -21,7 +21,7 @@
        />
        <UserMacro
                Name="PyDllName"
-               Value="python26"
+               Value="python30"
        />
        <UserMacro
                Name="bsddbDir"

Modified: python/branches/py3k/PCbuild8/pythoncore/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PCbuild8/pythoncore/pythoncore.vcproj  (original)
+++ python/branches/py3k/PCbuild8/pythoncore/pythoncore.vcproj  Mon Aug 27 
01:14:58 2007
@@ -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>
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to