summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-05-26 13:42:13 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-05-26 13:42:13 (GMT)
commit2c9c7a5f33d502fa468e38537d57834c7e33aa4d (patch)
tree6a762dce75d1ff00e3b35ca0c7a8ee7c0f21b8fe /Makefile.pre.in
parent72b710a59617ebe6dd1c41613d2c7eb81702efd9 (diff)
downloadcpython-2c9c7a5f33d502fa468e38537d57834c7e33aa4d.zip
cpython-2c9c7a5f33d502fa468e38537d57834c7e33aa4d.tar.gz
cpython-2c9c7a5f33d502fa468e38537d57834c7e33aa4d.tar.bz2
Renamed files bytesobject.[ch] and stringobject.[ch]
Fixed Windows build
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 6f70bd5..16cd57a 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -299,6 +299,7 @@ OBJECT_OBJS= \
Objects/abstract.o \
Objects/boolobject.o \
Objects/bytes_methods.o \
+ Objects/bytearrayobject.o \
Objects/bytesobject.o \
Objects/cellobject.o \
Objects/classobject.o \
@@ -325,7 +326,6 @@ OBJECT_OBJS= \
Objects/rangeobject.o \
Objects/setobject.o \
Objects/sliceobject.o \
- Objects/stringobject.o \
Objects/structseq.o \
Objects/tupleobject.o \
Objects/typeobject.o \
@@ -579,6 +579,7 @@ PYTHON_HEADERS= \
Include/bitset.h \
Include/boolobject.h \
Include/bytes_methods.h \
+ Include/bytearrayobject.h \
Include/bytesobject.h \
Include/cellobject.h \
Include/ceval.h \
@@ -636,7 +637,6 @@ PYTHON_HEADERS= \
Include/rangeobject.h \
Include/setobject.h \
Include/sliceobject.h \
- Include/stringobject.h \
Include/structmember.h \
Include/structseq.h \
Include/symtable.h \