Add the bytes type to the build process.

This commit is contained in:
Martin v. Löwis 2007-01-06 13:49:08 +00:00
parent 37ffcf7bae
commit 84f248d302
1 changed files with 3 additions and 0 deletions

View File

@ -436,6 +436,9 @@
<File
RelativePath="..\Objects\bufferobject.c">
</File>
<File
RelativePath="..\Objects\bytesobject.c">
</File>
<File
RelativePath="..\Objects\cellobject.c">
</File>