summaryrefslogtreecommitdiff
path: root/innobase/mem
diff options
context:
space:
mode:
authorjani@ua141d10.elisa.omakaista.fi <>2005-10-27 23:43:20 +0300
committerjani@ua141d10.elisa.omakaista.fi <>2005-10-27 23:43:20 +0300
commitcbe21a8eb6c53ed4eb7f6228a322d642abacde95 (patch)
treeff71298ae3c57caff8ca7c70666d60292290e366 /innobase/mem
parent2025b35544f2a43322a9fd3574d19469383009c2 (diff)
parenta57c08d46815c13c09e713a3ea05076c19001a0e (diff)
downloadmariadb-git-cbe21a8eb6c53ed4eb7f6228a322d642abacde95.tar.gz
Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-tmp
Diffstat (limited to 'innobase/mem')
-rw-r--r--innobase/mem/makefilewin10
1 files changed, 0 insertions, 10 deletions
diff --git a/innobase/mem/makefilewin b/innobase/mem/makefilewin
deleted file mode 100644
index 8a30f8a6e71..00000000000
--- a/innobase/mem/makefilewin
+++ /dev/null
@@ -1,10 +0,0 @@
-include ..\include\makefile.i
-
-mem.lib: mem0mem.obj mem0pool.obj makefile
- lib -out:..\libs\mem.lib mem0mem.obj mem0pool.obj
-
-mem0mem.obj: mem0mem.c mem0dbg.c
- $(CCOM) $(CFL) -c mem0mem.c
-
-mem0pool.obj: mem0pool.c
- $(CCOM) $(CFL) -c mem0pool.c