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

Skip to content

Commit e141fd8

Browse files
committed
Marc-Andre Lemburg: add new Unicode-related files.
1 parent c7de91b commit e141fd8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Modules/Makefile.pre.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ audioop.o: audioop.c
185185
cdmodule.o: cdmodule.c
186186
cgensupport.o: cgensupport.c
187187
clmodule.o: clmodule.c
188+
_codecsmodule.o: _codecsmodule.c
188189
dbmmodule.o: dbmmodule.c
189190
errnomodule.o: errnomodule.c
190191
fcntlmodule.o: fcntlmodule.c
@@ -219,6 +220,8 @@ svmodule.o: svmodule.c
219220
threadmodule.o: threadmodule.c
220221
timemodule.o: timemodule.c
221222
timingmodule.o: timingmodule.c
223+
unicodedata.o: unicodedata.c unicodedatabase.o
224+
unicodedatabase.o: unicodedatabase.c unicodedatabase.h
222225
xxmodule.o: xxmodule.c
223226
yuvconvert.o: yuvconvert.c
224227

0 commit comments

Comments
 (0)