mariadb/innobase/os/ts/makefile

21 lines
265 B
Makefile
Raw Normal View History

2001-02-17 14:19:19 +02:00
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)