diff options
author | jani@ua141d10.elisa.omakaista.fi <> | 2005-10-27 23:43:20 +0300 |
---|---|---|
committer | jani@ua141d10.elisa.omakaista.fi <> | 2005-10-27 23:43:20 +0300 |
commit | cbe21a8eb6c53ed4eb7f6228a322d642abacde95 (patch) | |
tree | ff71298ae3c57caff8ca7c70666d60292290e366 /innobase/mem | |
parent | 2025b35544f2a43322a9fd3574d19469383009c2 (diff) | |
parent | a57c08d46815c13c09e713a3ea05076c19001a0e (diff) | |
download | mariadb-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/makefilewin | 10 |
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 |