diff options
Diffstat (limited to 'innobase/thr/ts/makefile')
-rw-r--r-- | innobase/thr/ts/makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/innobase/thr/ts/makefile b/innobase/thr/ts/makefile new file mode 100644 index 00000000000..517f50d197a --- /dev/null +++ b/innobase/thr/ts/makefile @@ -0,0 +1,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) + + + + + + + |