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