summaryrefslogtreecommitdiff
path: root/innobase/os/ts/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/os/ts/makefile')
-rw-r--r--innobase/os/ts/makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/innobase/os/ts/makefile b/innobase/os/ts/makefile
new file mode 100644
index 00000000000..0e145a14e7f
--- /dev/null
+++ b/innobase/os/ts/makefile
@@ -0,0 +1,20 @@
+
+
+
+include ..\..\makefile.i
+
+doall: tsos tsosaux
+
+
+tsos: ..\os.lib tsos.c
+ $(CCOM) $(CFL) -I.. -I..\.. ..\..\ut.lib ..\..\sync.lib ..\..\mem.lib ..\os.lib tsos.c $(LFL)
+
+tsosaux: tsosaux.c
+ $(CCOM) $(CFL) -I.. -I..\.. ..\..\ut.lib ..\os.lib tsosaux.c $(LFL)
+
+
+
+
+
+
+