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