diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-01-06 13:49:08 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-01-06 13:49:08 +0000 |
commit | 84f248d3026f26cae36348f33f81def2a0ec8ecb (patch) | |
tree | 13e2a93741650cd30adeabf2f4d36550d010d26d | |
parent | 37ffcf7baee0e078eec9bee0efdc623429ad2310 (diff) | |
download | cpython-git-84f248d3026f26cae36348f33f81def2a0ec8ecb.tar.gz |
Add the bytes type to the build process.
-rw-r--r-- | PCbuild/pythoncore.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index ebaa78f7cf..8bf9770ca9 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -437,6 +437,9 @@ RelativePath="..\Objects\bufferobject.c"> </File> <File + RelativePath="..\Objects\bytesobject.c"> + </File> + <File RelativePath="..\Objects\cellobject.c"> </File> <File |