mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.
This commit is contained in:
parent
efbeaef1c1
commit
10be10cbe7
69 changed files with 73 additions and 7120 deletions
|
|
@ -74,7 +74,6 @@ MODULES_DYNAMIC =\
|
|||
@.^.Lib.md5/pyd\
|
||||
@.^.Lib.operator/pyd\
|
||||
@.^.Lib.parser/pyd\
|
||||
@.^.Lib.regex/pyd\
|
||||
@.^.Lib.rgbimg/pyd\
|
||||
@.^.Lib.sha/pyd\
|
||||
@.^.Lib.signal/pyd\
|
||||
|
|
@ -284,10 +283,6 @@ $(LIB_PYTHON): $(OBJECTS)
|
|||
@.^.Lib.parser/pyd: @.^.Modules.o.parsermodule s.linktab
|
||||
$(MAKEDLK) -d @.^.Lib.parser/pyd -s s.linktab -o @.^.Modules.o.parsermodule -e initparser
|
||||
|
||||
@.^.Lib.regex/pyd: @.^.Modules.o.regexmodule @.^.Modules.o.regexpr s.linktab
|
||||
$(LINK) -aof -o @.^.Modules.o.regexlink @.^.Modules.o.regexmodule @.^.Modules.o.regexpr
|
||||
$(MAKEDLK) -d @.^.Lib.regex/pyd -s s.linktab -o @.^.Modules.o.regexlink -e initregex
|
||||
|
||||
@.^.Lib.rgbimg/pyd: @.^.Modules.o.rgbimgmodule s.linktab
|
||||
$(MAKEDLK) -d @.^.Lib.rgbimg/pyd -s s.linktab -o @.^.Modules.o.rgbimgmodule -e initrgbimg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue