[Python-checkins] r84644 - in python/branches/py3k: Misc/ACKS PC/VS7.1/pythoncore.vcproj

hirokazu.yamamoto python-checkins at python.org
Thu Sep 9 08:14:23 CEST 2010


Author: hirokazu.yamamoto
Date: Thu Sep  9 08:14:23 2010
New Revision: 84644

Log:
Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1)

Modified:
   python/branches/py3k/Misc/ACKS
   python/branches/py3k/PC/VS7.1/pythoncore.vcproj

Modified: python/branches/py3k/Misc/ACKS
==============================================================================
--- python/branches/py3k/Misc/ACKS	(original)
+++ python/branches/py3k/Misc/ACKS	Thu Sep  9 08:14:23 2010
@@ -902,6 +902,7 @@
 Heiko Wundram
 Doug Wyatt
 Florent Xicluna
+Hirokazu Yamamoto
 Ka-Ping Yee
 Bob Yodlowski
 Danny Yoo

Modified: python/branches/py3k/PC/VS7.1/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PC/VS7.1/pythoncore.vcproj	(original)
+++ python/branches/py3k/PC/VS7.1/pythoncore.vcproj	Thu Sep  9 08:14:23 2010
@@ -391,9 +391,15 @@
 			RelativePath="..\..\Modules\_codecsmodule.c">
 		</File>
 		<File
+			RelativePath="..\..\Modules\_collectionsmodule.c">
+		</File>
+		<File
 			RelativePath="..\..\Modules\_csv.c">
 		</File>
 		<File
+			RelativePath="..\..\Modules\_datetimemodule.c">
+		</File>
+		<File
 			RelativePath="..\..\Modules\_functoolsmodule.c">
 		</File>
 		<File
@@ -427,10 +433,10 @@
 			RelativePath="..\..\Pc\_subprocess.c">
 		</File>
 		<File
-			RelativePath="..\..\Modules\_weakref.c">
+			RelativePath="..\..\Modules\_time.c">
 		</File>
 		<File
-			RelativePath="..\..\Pc\winreg.c">
+			RelativePath="..\..\Modules\_weakref.c">
 		</File>
 		<File
 			RelativePath="..\..\Objects\abstract.c">
@@ -472,6 +478,9 @@
 			RelativePath="..\..\Objects\bytes_methods.c">
 		</File>
 		<File
+			RelativePath="..\..\Objects\bytearrayobject.c">
+		</File>
+		<File
 			RelativePath="..\..\Objects\bytesobject.c">
 		</File>
 		<File
@@ -496,9 +505,6 @@
 			RelativePath="..\..\Objects\codeobject.c">
 		</File>
 		<File
-			RelativePath="..\..\Modules\_collectionsmodule.c">
-		</File>
-		<File
 			RelativePath="..\..\Python\compile.c">
 		</File>
 		<File
@@ -511,9 +517,6 @@
 			RelativePath="..\..\Python\dynamic_annotations.c">
 		</File>
 		<File
-			RelativePath="..\..\Modules\datetimemodule.c">
-		</File>
-		<File
 			RelativePath="..\..\Objects\descrobject.c">
 		</File>
 		<File
@@ -746,6 +749,9 @@
 			RelativePath="..\..\Python\pystrtod.c">
 		</File>
 		<File
+			RelativePath="..\..\Python\pytime.c">
+		</File>
+		<File
 			RelativePath="..\..\Python\Python-ast.c">
 		</File>
 		<File
@@ -779,9 +785,6 @@
 			RelativePath="..\..\Objects\sliceobject.c">
 		</File>
 		<File
-			RelativePath="..\..\Objects\stringobject.c">
-		</File>
-		<File
 			RelativePath="..\..\Python\structmember.c">
 		</File>
 		<File
@@ -824,6 +827,9 @@
 			RelativePath="..\..\Objects\unicodeobject.c">
 		</File>
 		<File
+			RelativePath="..\..\Pc\winreg.c">
+		</File>
+		<File
 			RelativePath="..\..\Objects\weakrefobject.c">
 		</File>
 		<File


More information about the Python-checkins mailing list