diff options
author | Christian Heimes <christian@cheimes.de> | 2008-05-26 13:01:01 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-05-26 13:01:01 (GMT) |
commit | 44720838eb9d8793124c6a2a0ba53f46b44e08ab (patch) | |
tree | fdb0089a5970e2c11357ae01888fd31e7177cee2 /Makefile.pre.in | |
parent | 593daf545bd9b7e7bcb27b498ecc6f36db9ae395 (diff) | |
download | cpython-44720838eb9d8793124c6a2a0ba53f46b44e08ab.zip cpython-44720838eb9d8793124c6a2a0ba53f46b44e08ab.tar.gz cpython-44720838eb9d8793124c6a2a0ba53f46b44e08ab.tar.bz2 |
Renamed bytesobject.c to bytearrayobject.c
Renamed stringobject.c to bytesobject.c
Fixed Windows builds
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index b00a2d7..c66003c 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -302,6 +302,7 @@ OBJECT_OBJS= \ Objects/boolobject.o \ Objects/bufferobject.o \ Objects/bytes_methods.o \ + Objects/bytearrayobject.o \ Objects/bytesobject.o \ Objects/cellobject.o \ Objects/classobject.o \ @@ -328,7 +329,6 @@ OBJECT_OBJS= \ Objects/rangeobject.o \ Objects/setobject.o \ Objects/sliceobject.o \ - Objects/stringobject.o \ Objects/structseq.o \ Objects/tupleobject.o \ Objects/typeobject.o \ |