diff options
author | Georg Brandl <georg@python.org> | 2008-06-10 15:50:56 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-10 15:50:56 +0000 |
commit | 1497d8e3b0cc9b4ecba3c471de1c1b6cc367daa5 (patch) | |
tree | 3b27442a0f54e4f47383729ebb43d42cde3023a3 /PC/os2vacpp/makefile.omk | |
parent | 7aad574fa48f34c9df3ee80d09e35f1090d3b523 (diff) | |
download | cpython-1497d8e3b0cc9b4ecba3c471de1c1b6cc367daa5.tar.gz |
Remove last traces of cStringIO.
Diffstat (limited to 'PC/os2vacpp/makefile.omk')
-rw-r--r-- | PC/os2vacpp/makefile.omk | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/PC/os2vacpp/makefile.omk b/PC/os2vacpp/makefile.omk index 7083c789d6..4f7f478f4b 100644 --- a/PC/os2vacpp/makefile.omk +++ b/PC/os2vacpp/makefile.omk @@ -142,7 +142,6 @@ MODULES = \ ArrayModule.obj \ BinAscii.obj \ CMathModule.obj \ - cStringIO.obj \ ErrnoModule.obj \ GetBuildInfo.obj \ GetPathP.obj \ @@ -379,7 +378,7 @@ cmathmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \ stringobject.h sysmodule.h traceback.h tupleobject.h cpickle.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \ - pyconfig.h cstringio.h dictobject.h fileobject.h floatobject.h \ + pyconfig.h dictobject.h fileobject.h floatobject.h \ funcobject.h import.h intobject.h intrcheck.h listobject.h \ longobject.h methodobject.h modsupport.h moduleobject.h mymalloc.h \ mymath.h myproto.h object.h objimpl.h pydebug.h pyerrors.h pyfpe.h \ @@ -394,14 +393,6 @@ cryptmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \ pythonrun.h rangeobject.h sliceobject.h stringobject.h sysmodule.h \ traceback.h tupleobject.h -cstringio.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \ - pyconfig.h cstringio.h dictobject.h fileobject.h floatobject.h \ - funcobject.h import.h intobject.h intrcheck.h listobject.h \ - longobject.h methodobject.h modsupport.h moduleobject.h mymalloc.h \ - myproto.h object.h objimpl.h pydebug.h pyerrors.h pyfpe.h \ - pystate.h python.h pythonrun.h rangeobject.h sliceobject.h \ - stringobject.h sysmodule.h traceback.h tupleobject.h - cursesmodule.obj: abstract.h ceval.h classobject.h cobject.h \ complexobject.h pyconfig.h dictobject.h fileobject.h floatobject.h \ funcobject.h import.h intobject.h intrcheck.h listobject.h \ |