[Python-3000-checkins] r57530 - python/branches/py3k/PCbuild8/pythoncore/pythoncore.vcproj

neal.norwitz python-3000-checkins at python.org
Mon Aug 27 01:20:02 CEST 2007


Author: neal.norwitz
Date: Mon Aug 27 01:20:01 2007
New Revision: 57530

Modified:
   python/branches/py3k/PCbuild8/pythoncore/pythoncore.vcproj
Log:
Add some more files from 1031 that I missed.

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:20:01 2007
@@ -740,6 +740,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\Python\formatter_unicode.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Python\Python-ast.c"
 				>
 			</File>
@@ -824,6 +828,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\Objects\memoryobject.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Objects\enumobject.c"
 				>
 			</File>
@@ -1022,6 +1030,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\Include\memoryobject.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Include\enumobject.h"
 				>
 			</File>


More information about the Python-3000-checkins mailing list