[Python-3000-checkins] r53289 - python/branches/p3yk/PCbuild/pythoncore.vcproj
martin.v.loewis
python-3000-checkins at python.org
Sat Jan 6 14:49:09 CET 2007
Author: martin.v.loewis
Date: Sat Jan 6 14:49:08 2007
New Revision: 53289
Modified:
python/branches/p3yk/PCbuild/pythoncore.vcproj
Log:
Add the bytes type to the build process.
Modified: python/branches/p3yk/PCbuild/pythoncore.vcproj
==============================================================================
--- python/branches/p3yk/PCbuild/pythoncore.vcproj (original)
+++ python/branches/p3yk/PCbuild/pythoncore.vcproj Sat Jan 6 14:49:08 2007
@@ -437,6 +437,9 @@
RelativePath="..\Objects\bufferobject.c">
</File>
<File
+ RelativePath="..\Objects\bytesobject.c">
+ </File>
+ <File
RelativePath="..\Objects\cellobject.c">
</File>
<File
More information about the Python-3000-checkins
mailing list