mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
14 lines
186 B
Makefile
14 lines
186 B
Makefile
|
|
|
|
|
|
include ..\..\makefile.i
|
|
|
|
tssync: ..\sync.lib tssync.c makefile
|
|
$(CCOM) $(CFL) -I.. -I..\.. ..\sync.lib ..\..\mach.lib ..\..\ut.lib ..\..\mem.lib ..\..\os.lib tssync.c $(LFL)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|