summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-01-06 13:49:08 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-01-06 13:49:08 (GMT)
commit84f248d3026f26cae36348f33f81def2a0ec8ecb (patch)
tree13e2a93741650cd30adeabf2f4d36550d010d26d /PCbuild
parent37ffcf7baee0e078eec9bee0efdc623429ad2310 (diff)
downloadcpython-84f248d3026f26cae36348f33f81def2a0ec8ecb.zip
cpython-84f248d3026f26cae36348f33f81def2a0ec8ecb.tar.gz
cpython-84f248d3026f26cae36348f33f81def2a0ec8ecb.tar.bz2
Add the bytes type to the build process.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index ebaa78f..8bf9770 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