mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 00:34:18 +01:00
14 lines
194 B
Makefile
14 lines
194 B
Makefile
|
|
|
|
|
|
include ..\..\makefile.i
|
|
|
|
tsthr: ..\thr.lib tsthr.c makefile
|
|
$(CCOM) $(CFL) -I.. -I..\.. ..\thr.lib ..\..\ha.lib ..\..\sync.lib ..\..\ut.lib ..\..\mem.lib ..\..\os.lib tsthr.c $(LFL)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|