summaryrefslogtreecommitdiff
path: root/storage/innobase/mtr/makefilewin
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/mtr/makefilewin')
-rw-r--r--storage/innobase/mtr/makefilewin14
1 files changed, 14 insertions, 0 deletions
diff --git a/storage/innobase/mtr/makefilewin b/storage/innobase/mtr/makefilewin
new file mode 100644
index 00000000000..9da0863bd28
--- /dev/null
+++ b/storage/innobase/mtr/makefilewin
@@ -0,0 +1,14 @@
+include ..\include\makefile.i
+
+mtr.lib: mtr0mtr.obj mtr0log.obj
+ lib -out:..\libs\mtr.lib mtr0mtr.obj mtr0log.obj
+
+mtr0mtr.obj: mtr0mtr.c
+ $(CCOM) $(CFL) -c mtr0mtr.c
+
+mtr0log.obj: mtr0log.c
+ $(CCOM) $(CFL) -c mtr0log.c
+
+
+
+