mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
15 lines
186 B
Makefile
15 lines
186 B
Makefile
|
|
|
|
|
|
include ..\..\makefile.i
|
|
|
|
tsfil: ..\fil.lib tsfil.c
|
|
$(CCOM) $(CFL) -I.. -I..\.. ..\fil.lib ..\..\ha.lib ..\..\ut.lib ..\..\sync.lib ..\..\mem.lib ..\..\os.lib tsfil.c $(LFL)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|