diff options
Diffstat (limited to 'innobase/ut/ts/makefile')
-rw-r--r-- | innobase/ut/ts/makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/innobase/ut/ts/makefile b/innobase/ut/ts/makefile new file mode 100644 index 00000000000..5ef15ade794 --- /dev/null +++ b/innobase/ut/ts/makefile @@ -0,0 +1,12 @@ + +include ..\..\makefile.i + +tsut: ..\ut.lib tsut.c + $(CCOM) $(CFL) -I.. -I..\.. ..\ut.lib ..\..\os.lib tsut.c $(LFL) + + + + + + + |