Remove more traces of bufferobject.[ch] from build files etc.

This commit is contained in:
Guido van Rossum 2007-10-08 03:39:26 +00:00
parent be801acbb1
commit 0ea230b80a
5 changed files with 0 additions and 24 deletions

View File

@ -221,10 +221,6 @@ SOURCE=..\..\Objects\boolobject.c
# End Source File
# Begin Source File
SOURCE=..\..\Objects\bufferobject.c
# End Source File
# Begin Source File
SOURCE=..\..\Objects\cellobject.c
# End Source File
# Begin Source File

View File

@ -366,7 +366,6 @@ SRC.PYTHON= $(addprefix $(TOP), \
SRC.OBJECT= $(addprefix $(TOP), \
Objects/abstract.c \
Objects/boolobject.c \
Objects/bufferobject.c \
Objects/cellobject.c \
Objects/classobject.c \
Objects/cobject.c \

View File

@ -181,14 +181,6 @@ EXPORTS
"_Py_ZeroStruct"
"_Py_TrueStruct"
; From python25_s.lib(bufferobject)
"PyBuffer_FromObject"
"PyBuffer_FromReadWriteObject"
"PyBuffer_FromMemory"
"PyBuffer_FromReadWriteMemory"
"PyBuffer_New"
"PyBuffer_Type"
; From python25_s.lib(cellobject)
"PyCell_New"
"PyCell_Get"

View File

@ -442,9 +442,6 @@
<File
RelativePath="..\Objects\boolobject.c">
</File>
<File
RelativePath="..\Objects\bufferobject.c">
</File>
<File
RelativePath="..\Objects\bytesobject.c">
</File>

View File

@ -787,10 +787,6 @@
RelativePath="..\..\Objects\boolobject.c"
>
</File>
<File
RelativePath="..\..\Objects\bufferobject.c"
>
</File>
<File
RelativePath="..\..\Objects\bytesobject.c"
>
@ -977,10 +973,6 @@
RelativePath="..\..\Include\boolobject.h"
>
</File>
<File
RelativePath="..\..\Include\bufferobject.h"
>
</File>
<File
RelativePath="..\..\Include\cellobject.h"
>