Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53e50cb

Browse files
committed
Remove rotor from the build.
1 parent 6ce6ef3 commit 53e50cb

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

PC/os2vacpp/makefile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ MODULES = \
194194
$(PATHOBJ)\Operator.obj \
195195
$(PATHOBJ)\PCREModule.obj \
196196
$(PATHOBJ)\PyPCRE.obj \
197-
$(PATHOBJ)\RotorModule.obj \
198197
$(PATHOBJ)\PosixModule.obj \
199198
$(PATHOBJ)\RegexModule.obj \
200199
$(PATHOBJ)\RegExpr.obj \
@@ -1005,20 +1004,6 @@ rgbimgmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \
10051004
$(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h \
10061005
$(PY_INCLUDE)\tupleobject.h
10071006

1008-
rotormodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \
1009-
$(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h \
1010-
pyconfig.h $(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h \
1011-
$(PY_INCLUDE)\floatobject.h $(PY_INCLUDE)\funcobject.h $(PY_INCLUDE)\import.h \
1012-
$(PY_INCLUDE)\intobject.h $(PY_INCLUDE)\intrcheck.h $(PY_INCLUDE)\listobject.h \
1013-
$(PY_INCLUDE)\longobject.h $(PY_INCLUDE)\methodobject.h \
1014-
$(PY_INCLUDE)\modsupport.h $(PY_INCLUDE)\moduleobject.h $(PY_INCLUDE)\mymalloc.h \
1015-
$(PY_INCLUDE)\mymath.h $(PY_INCLUDE)\myproto.h $(PY_INCLUDE)\object.h \
1016-
$(PY_INCLUDE)\objimpl.h $(PY_INCLUDE)\pydebug.h $(PY_INCLUDE)\pyerrors.h \
1017-
$(PY_INCLUDE)\pyfpe.h $(PY_INCLUDE)\pystate.h $(PY_INCLUDE)\python.h \
1018-
$(PY_INCLUDE)\pythonrun.h $(PY_INCLUDE)\rangeobject.h $(PY_INCLUDE)\sliceobject.h \
1019-
$(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h \
1020-
$(PY_INCLUDE)\tupleobject.h
1021-
10221007
selectmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \
10231008
$(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h \
10241009
pyconfig.h $(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h \

0 commit comments

Comments
 (0)