[Python-checkins] r52333 - in python/trunk: Misc/NEWS PC/VC6/pythoncore.dsp PCbuild/pythoncore.vcproj

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


Author: martin.v.loewis
Date: Sun Oct 15 09:54:40 2006
New Revision: 52333

Modified:
   python/trunk/Misc/NEWS
   python/trunk/PC/VC6/pythoncore.dsp
   python/trunk/PCbuild/pythoncore.vcproj
Log:
Patch #1576954: Update VC6 build directory; remove redundant
files in VC7. Will backport to 2.5.



Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sun Oct 15 09:54:40 2006
@@ -211,6 +211,9 @@
 Build
 -----
 
+- Patch #1576954: Update VC6 build directory; remove redundant
+  files in VC7.
+
 - Bug #1568842: Fix test for uintptr_t.
 
 - Patch #1540470, for OpenBSD 4.0.

Modified: python/trunk/PC/VC6/pythoncore.dsp
==============================================================================
Binary files. No diff available.

Modified: python/trunk/PCbuild/pythoncore.vcproj
==============================================================================
--- python/trunk/PCbuild/pythoncore.vcproj	(original)
+++ python/trunk/PCbuild/pythoncore.vcproj	Sun Oct 15 09:54:40 2006
@@ -464,9 +464,6 @@
 			RelativePath="..\Python\compile.c">
 		</File>
 		<File
-			RelativePath="..\Python\peephole.c">
-		</File>
-		<File
 			RelativePath="..\Objects\complexobject.c">
 		</File>
 		<File
@@ -686,6 +683,9 @@
 			RelativePath="..\Parser\parsetok.c">
 		</File>
 		<File
+			RelativePath="..\Python\peephole.c">
+		</File>
+		<File
 			RelativePath="..\Modules\posixmodule.c">
 		</File>
 		<File
@@ -728,18 +728,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