mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
16 lines
250 B
Makefile
16 lines
250 B
Makefile
|
|
|
|
|
|
include ..\..\makefile.i
|
|
|
|
tsdict: ..\dict.lib tsdict.c
|
|
$(CCOM) $(CFL) -I.. -I..\.. ..\dict.lib ..\..\data.lib ..\..\buf.lib ..\..\mach.lib ..\..\fil.lib ..\..\ha.lib ..\..\ut.lib ..\..\sync.lib ..\..\mem.lib ..\..\os.lib tsdict.c $(LFL)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|