summaryrefslogtreecommitdiff
path: root/innobase/ha/makefilewin
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/ha/makefilewin')
-rw-r--r--innobase/ha/makefilewin10
1 files changed, 0 insertions, 10 deletions
diff --git a/innobase/ha/makefilewin b/innobase/ha/makefilewin
deleted file mode 100644
index c7cd130ceea..00000000000
--- a/innobase/ha/makefilewin
+++ /dev/null
@@ -1,10 +0,0 @@
-include ..\include\makefile.i
-
-ha.lib: ha0ha.obj hash0hash.obj
- lib -out:..\libs\ha.lib ha0ha.obj hash0hash.obj
-
-ha0ha.obj: ha0ha.c
- $(CCOM) $(CFL) -c ha0ha.c
-
-hash0hash.obj: hash0hash.c
- $(CCOM) $(CFL) -c hash0hash.c