summaryrefslogtreecommitdiff
path: root/innobase/mtr/makefilewin
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/mtr/makefilewin')
-rw-r--r--innobase/mtr/makefilewin14
1 files changed, 0 insertions, 14 deletions
diff --git a/innobase/mtr/makefilewin b/innobase/mtr/makefilewin
deleted file mode 100644
index 9da0863bd28..00000000000
--- a/innobase/mtr/makefilewin
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-
-
-
-