mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
8 lines
250 B
Makefile
8 lines
250 B
Makefile
|
|
|
|
|
|
include ..\..\makefile.i
|
|
|
|
tsmtr: ..\mtr.lib tsmtr.c
|
|
$(CCOM) $(CFL) -I.. -I..\.. ..\mtr.lib ..\..\dyn.lib ..\..\log.lib ..\..\mach.lib ..\..\buf.lib ..\..\fil.lib ..\..\ha.lib ..\..\ut.lib ..\..\sync.lib ..\..\mem.lib ..\..\os.lib tsmtr.c $(LFL)
|
|
|