blob: 517f50d197a7b440f2cb1f3488ef6b1908c0da45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include ..\..\makefile.i
tsthr: ..\thr.lib tsthr.c makefile
$(CCOM) $(CFL) -I.. -I..\.. ..\thr.lib ..\..\ha.lib ..\..\sync.lib ..\..\ut.lib ..\..\mem.lib ..\..\os.lib tsthr.c $(LFL)
|