[Python-checkins] r61819 - python/branches/trunk-bytearray/PCbuild/pythoncore.vcproj

christian.heimes python-checkins at python.org
Sun Mar 23 23:05:57 CET 2008


Author: christian.heimes
Date: Sun Mar 23 23:05:57 2008
New Revision: 61819

Modified:
   python/branches/trunk-bytearray/PCbuild/pythoncore.vcproj
Log:
Untested updates to the PCBuild directory

Modified: python/branches/trunk-bytearray/PCbuild/pythoncore.vcproj
==============================================================================
--- python/branches/trunk-bytearray/PCbuild/pythoncore.vcproj	(original)
+++ python/branches/trunk-bytearray/PCbuild/pythoncore.vcproj	Sun Mar 23 23:05:57 2008
@@ -655,6 +655,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\Include\bytesobject.h"
+				>
+			</File>
+			<File
+				RelativePath="..\Include\bytes_methods.h"
+				>
+			</File>
+			<File
 				RelativePath="..\Include\cellobject.h"
 				>
 			</File>
@@ -1347,6 +1355,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\Objects\bytesobject.c"
+				>
+			</File>
+			<File
+				RelativePath="..\Objects\bytes_methods.c"
+				>
+			</File>
+			<File
 				RelativePath="..\Objects\cellobject.c"
 				>
 			</File>


More information about the Python-checkins mailing list