mariadb/innobase/os/ts/makefile
2001-02-17 14:19:19 +02:00

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)