diff options
author | Guido van Rossum <guido@python.org> | 2007-10-08 03:39:26 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-10-08 03:39:26 (GMT) |
commit | 0ea230b80a2f2c67635142281cfb38a78684c442 (patch) | |
tree | 9768b638a68b9b8963f6784537b5eea3372829e7 /PCbuild8 | |
parent | be801acbb1add9b6cc159f349dacad460ca5cc84 (diff) | |
download | cpython-0ea230b80a2f2c67635142281cfb38a78684c442.zip cpython-0ea230b80a2f2c67635142281cfb38a78684c442.tar.gz cpython-0ea230b80a2f2c67635142281cfb38a78684c442.tar.bz2 |
Remove more traces of bufferobject.[ch] from build files etc.
Diffstat (limited to 'PCbuild8')
-rw-r--r-- | PCbuild8/pythoncore/pythoncore.vcproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/PCbuild8/pythoncore/pythoncore.vcproj b/PCbuild8/pythoncore/pythoncore.vcproj index 52240d1..c49105e 100644 --- a/PCbuild8/pythoncore/pythoncore.vcproj +++ b/PCbuild8/pythoncore/pythoncore.vcproj @@ -788,10 +788,6 @@ >
</File>
<File
- RelativePath="..\..\Objects\bufferobject.c"
- >
- </File>
- <File
RelativePath="..\..\Objects\bytesobject.c"
>
</File>
@@ -978,10 +974,6 @@ >
</File>
<File
- RelativePath="..\..\Include\bufferobject.h"
- >
- </File>
- <File
RelativePath="..\..\Include\cellobject.h"
>
</File>
|