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 /PC/os2vacpp/makefile | |
parent | 22201221cc64029e729236ae7ac9ef1772e2cb01 (diff) | |
download | cpython-0cb85a972f45ab1c59c6f11ecb73cf9509e23225.zip cpython-0cb85a972f45ab1c59c6f11ecb73cf9509e23225.tar.gz cpython-0cb85a972f45ab1c59c6f11ecb73cf9509e23225.tar.bz2 |
Remove more references to intobject.
Diffstat (limited to 'PC/os2vacpp/makefile')
-rw-r--r-- | PC/os2vacpp/makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/PC/os2vacpp/makefile b/PC/os2vacpp/makefile index cf961e0..c44f42a 100644 --- a/PC/os2vacpp/makefile +++ b/PC/os2vacpp/makefile @@ -158,7 +158,6 @@ OBJECTS = \ $(PATHOBJ)\FloatObject.obj \ $(PATHOBJ)\FrameObject.obj \ $(PATHOBJ)\FuncObject.obj \ - $(PATHOBJ)\IntObject.obj \ $(PATHOBJ)\IterObject.obj \ $(PATHOBJ)\ListObject.obj \ $(PATHOBJ)\LongObject.obj \ @@ -1063,19 +1062,6 @@ funcobject.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\cla $(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\structmember.h \ $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h $(PY_INCLUDE)\tupleobject.h -intobject.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \ - $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \ - $(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h $(PY_INCLUDE)\floatobject.h \ - $(PY_INCLUDE)\funcobject.h $(PY_INCLUDE)\import.h $(PY_INCLUDE)\intobject.h \ - $(PY_INCLUDE)\intrcheck.h $(PY_INCLUDE)\listobject.h $(PY_INCLUDE)\longobject.h \ - $(PY_INCLUDE)\methodobject.h $(PY_INCLUDE)\modsupport.h \ - $(PY_INCLUDE)\moduleobject.h $(PY_INCLUDE)\mymalloc.h $(PY_INCLUDE)\myproto.h \ - $(PY_INCLUDE)\object.h $(PY_INCLUDE)\objimpl.h $(PY_INCLUDE)\pydebug.h \ - $(PY_INCLUDE)\pyerrors.h $(PY_INCLUDE)\pyfpe.h $(PY_INCLUDE)\pystate.h \ - $(PY_INCLUDE)\python.h $(PY_INCLUDE)\pythonrun.h $(PY_INCLUDE)\rangeobject.h \ - $(PY_INCLUDE)\sliceobject.h $(PY_INCLUDE)\stringobject.h \ - $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h $(PY_INCLUDE)\tupleobject.h - listobject.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \ $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \ $(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h $(PY_INCLUDE)\floatobject.h \ @@ -1609,4 +1595,3 @@ traceback.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\clas $(PY_INCLUDE)\rangeobject.h $(PY_INCLUDE)\sliceobject.h \ $(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\structmember.h \ $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h $(PY_INCLUDE)\tupleobject.h - |