Kaydet (Commit) 44720838 authored tarafından Christian Heimes's avatar Christian Heimes

Renamed bytesobject.c to bytearrayobject.c

Renamed stringobject.c to bytesobject.c
Fixed Windows builds
üst 593daf54
...@@ -302,6 +302,7 @@ OBJECT_OBJS= \ ...@@ -302,6 +302,7 @@ OBJECT_OBJS= \
Objects/boolobject.o \ Objects/boolobject.o \
Objects/bufferobject.o \ Objects/bufferobject.o \
Objects/bytes_methods.o \ Objects/bytes_methods.o \
Objects/bytearrayobject.o \
Objects/bytesobject.o \ Objects/bytesobject.o \
Objects/cellobject.o \ Objects/cellobject.o \
Objects/classobject.o \ Objects/classobject.o \
...@@ -328,7 +329,6 @@ OBJECT_OBJS= \ ...@@ -328,7 +329,6 @@ OBJECT_OBJS= \
Objects/rangeobject.o \ Objects/rangeobject.o \
Objects/setobject.o \ Objects/setobject.o \
Objects/sliceobject.o \ Objects/sliceobject.o \
Objects/stringobject.o \
Objects/structseq.o \ Objects/structseq.o \
Objects/tupleobject.o \ Objects/tupleobject.o \
Objects/typeobject.o \ Objects/typeobject.o \
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
...@@ -658,6 +658,10 @@ ...@@ -658,6 +658,10 @@
RelativePath="..\Include\bytes_methods.h" RelativePath="..\Include\bytes_methods.h"
> >
</File> </File>
<File
RelativePath="..\Include\bytearrayobject.h"
>
</File>
<File <File
RelativePath="..\Include\bytesobject.h" RelativePath="..\Include\bytesobject.h"
> >
...@@ -1370,6 +1374,10 @@ ...@@ -1370,6 +1374,10 @@
RelativePath="..\Objects\bytes_methods.c" RelativePath="..\Objects\bytes_methods.c"
> >
</File> </File>
<File
RelativePath="..\Objects\bytearrayobject.c"
>
</File>
<File <File
RelativePath="..\Objects\bytesobject.c" RelativePath="..\Objects\bytesobject.c"
> >
...@@ -1490,10 +1498,6 @@ ...@@ -1490,10 +1498,6 @@
RelativePath="..\Objects\sliceobject.c" RelativePath="..\Objects\sliceobject.c"
> >
</File> </File>
<File
RelativePath="..\Objects\stringobject.c"
>
</File>
<File <File
RelativePath="..\Objects\structseq.c" RelativePath="..\Objects\structseq.c"
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment