summaryrefslogtreecommitdiff
path: root/innobase/os/ts/makefile
blob: 0e145a14e7fae57ded9066b4dda6e813bc7aa07a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20



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)