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/dict | |
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/dict')
-rw-r--r-- | innobase/dict/makefilewin | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/innobase/dict/makefilewin b/innobase/dict/makefilewin deleted file mode 100644 index e828d06943c..00000000000 --- a/innobase/dict/makefilewin +++ /dev/null @@ -1,21 +0,0 @@ -include ..\include\makefile.i - -dict.lib: dict0dict.obj dict0boot.obj dict0load.obj dict0mem.obj dict0crea.obj - lib -out:..\libs\dict.lib dict0dict.obj dict0boot.obj dict0load.obj dict0mem.obj dict0crea.obj - -dict0dict.obj: dict0dict.c - $(CCOM) $(CFL) -c dict0dict.c - -dict0boot.obj: dict0boot.c - $(CCOM) $(CFL) -c dict0boot.c - -dict0mem.obj: dict0mem.c - $(CCOM) $(CFL) -c dict0mem.c - -dict0crea.obj: dict0crea.c - $(CCOM) $(CFL) -c dict0crea.c - -dict0load.obj: dict0load.c - $(CCOM) $(CFL) -c dict0load.c - - |