summaryrefslogtreecommitdiff
path: root/innobase/ut/ts/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/ut/ts/makefile')
-rw-r--r--innobase/ut/ts/makefile12
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)
+
+
+
+
+
+
+