diff options
author | aivanov@mysql.com <> | 2005-10-26 20:06:08 +0400 |
---|---|---|
committer | aivanov@mysql.com <> | 2005-10-26 20:06:08 +0400 |
commit | a9a127e0bcb118f156a70a212b83179c81cae4af (patch) | |
tree | 2cc24856506a1df3fae20a04419e13357ac0cd3d /innobase/mtr | |
parent | a2d7a9da90ff58f419bc9c80dc3d757253fb4ee0 (diff) | |
download | mariadb-git-a9a127e0bcb118f156a70a212b83179c81cae4af.tar.gz |
Removed innobase/my_cnf, innobase/include/makefilewin.i,
and innobase/*/makefilewin (which are unused now).
Diffstat (limited to 'innobase/mtr')
-rw-r--r-- | innobase/mtr/makefilewin | 14 |
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 - - - - |