diff options
author | Guido van Rossum <guido@python.org> | 2007-08-07 22:09:52 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-08-07 22:09:52 (GMT) |
commit | 0cb85a972f45ab1c59c6f11ecb73cf9509e23225 (patch) | |
tree | 0bae8ec51a0e281f3e83bfb22cbc31cb609b70c8 /PCbuild8 | |
parent | 22201221cc64029e729236ae7ac9ef1772e2cb01 (diff) | |
download | cpython-0cb85a972f45ab1c59c6f11ecb73cf9509e23225.zip cpython-0cb85a972f45ab1c59c6f11ecb73cf9509e23225.tar.gz cpython-0cb85a972f45ab1c59c6f11ecb73cf9509e23225.tar.bz2 |
Remove more references to intobject.
Diffstat (limited to 'PCbuild8')
-rw-r--r-- | PCbuild8/pythoncore/pythoncore.vcproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/PCbuild8/pythoncore/pythoncore.vcproj b/PCbuild8/pythoncore/pythoncore.vcproj index f527b42..457cbb0 100644 --- a/PCbuild8/pythoncore/pythoncore.vcproj +++ b/PCbuild8/pythoncore/pythoncore.vcproj @@ -856,10 +856,6 @@ >
</File>
<File
- RelativePath="..\..\Objects\intobject.c"
- >
- </File>
- <File
RelativePath="..\..\Objects\iterobject.c"
>
</File>
|