[Python-checkins] r52334 - in python/branches/release25-maint: Misc/NEWS PC/VC6/pythoncore.dsp PCbuild/pythoncore.vcproj

martin.v.loewis python-checkins at python.org
Sun Oct 15 09:55:43 CEST 2006


Author: martin.v.loewis
Date: Sun Oct 15 09:55:42 2006
New Revision: 52334

Modified:
   python/branches/release25-maint/Misc/NEWS
   python/branches/release25-maint/PC/VC6/pythoncore.dsp
   python/branches/release25-maint/PCbuild/pythoncore.vcproj
Log:
Patch #1576954: Update VC6 build directory; remove redundant
files in VC7.1 pythoncore.vcproj.

Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Sun Oct 15 09:55:42 2006
@@ -99,6 +99,12 @@
   the close_fds arg to subprocess.Popen is not supported).
 
 
+Build
+-----
+
+- Patch #1576954: Update VC6 build directory; remove redundant
+  files in VC7.
+
 
 What's New in Python 2.5 (final)
 ================================

Modified: python/branches/release25-maint/PC/VC6/pythoncore.dsp
==============================================================================
Binary files. No diff available.

Modified: python/branches/release25-maint/PCbuild/pythoncore.vcproj
==============================================================================
--- python/branches/release25-maint/PCbuild/pythoncore.vcproj	(original)
+++ python/branches/release25-maint/PCbuild/pythoncore.vcproj	Sun Oct 15 09:55:42 2006
@@ -725,18 +725,12 @@
 			RelativePath="..\Modules\sha512module.c">
 		</File>
 		<File
-			RelativePath="..\Modules\sha512module.c">
-		</File>
-		<File
 			RelativePath="..\Modules\shamodule.c">
 		</File>
 		<File
 			RelativePath="..\Modules\signalmodule.c">
 		</File>
 		<File
-			RelativePath="..\Modules\signalmodule.c">
-		</File>
-		<File
 			RelativePath="..\Objects\sliceobject.c">
 		</File>
 		<File


More information about the Python-checkins mailing list