mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
20 lines
265 B
Makefile
20 lines
265 B
Makefile
|
|
|
|
|
|
include ..\..\makefile.i
|
|
|
|
doall: tsos tsosaux
|
|
|
|
|
|
tsos: ..\os.lib tsos.c
|
|
$(CCOM) $(CFL) -I.. -I..\.. ..\..\ut.lib ..\..\sync.lib ..\..\mem.lib ..\os.lib tsos.c $(LFL)
|
|
|
|
tsosaux: tsosaux.c
|
|
$(CCOM) $(CFL) -I.. -I..\.. ..\..\ut.lib ..\os.lib tsosaux.c $(LFL)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|