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
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to