mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
12 lines
146 B
Makefile
12 lines
146 B
Makefile
|
|
include ..\..\makefile.i
|
|
|
|
tsmach: ..\mach.lib tsmach.c
|
|
$(CCOM) $(CFL) -I.. -I..\.. ..\mach.lib ..\..\ut.lib ..\..\os.lib tsmach.c $(LFL)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|