diff options
author | Raymond Hettinger <python@rcn.com> | 2004-08-31 19:33:47 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-08-31 19:33:47 (GMT) |
commit | 53e50cb6b3a293f486f9b61f31ec50292fd02678 (patch) | |
tree | b8fb2b76b15384d6e9b4b05b2612dc1383d4bf10 /PC/os2vacpp | |
parent | 6ce6ef3e785c2f284304ce6ed1dff7040ffd265c (diff) | |
download | cpython-53e50cb6b3a293f486f9b61f31ec50292fd02678.zip cpython-53e50cb6b3a293f486f9b61f31ec50292fd02678.tar.gz cpython-53e50cb6b3a293f486f9b61f31ec50292fd02678.tar.bz2 |
Remove rotor from the build.
Diffstat (limited to 'PC/os2vacpp')
-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 4866cba..994ac49 100644 --- a/PC/os2vacpp/makefile +++ b/PC/os2vacpp/makefile @@ -194,7 +194,6 @@ MODULES = \ $(PATHOBJ)\Operator.obj \ $(PATHOBJ)\PCREModule.obj \ $(PATHOBJ)\PyPCRE.obj \ - $(PATHOBJ)\RotorModule.obj \ $(PATHOBJ)\PosixModule.obj \ $(PATHOBJ)\RegexModule.obj \ $(PATHOBJ)\RegExpr.obj \ @@ -1005,20 +1004,6 @@ rgbimgmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \ $(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h \ $(PY_INCLUDE)\tupleobject.h -rotormodule.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)\mymath.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 - selectmodule.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 \ |