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/os | |
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/os')
-rw-r--r-- | innobase/os/makefilewin | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/innobase/os/makefilewin b/innobase/os/makefilewin deleted file mode 100644 index 8bc8d08611b..00000000000 --- a/innobase/os/makefilewin +++ /dev/null @@ -1,17 +0,0 @@ -include ..\include\makefile.i - -os.lib: os0sync.obj os0thread.obj os0proc.obj os0file.obj - lib -out:..\libs\os.lib os0sync.obj os0thread.obj os0proc.obj os0file.obj - -os0sync.obj: os0sync.c - $(CCOM) $(CFLW) -c os0sync.c - -os0thread.obj: os0thread.c - $(CCOM) $(CFLW) -c os0thread.c - -os0proc.obj: os0proc.c - $(CCOM) $(CFLW) -c os0proc.c - -os0file.obj: os0file.c - $(CCOM) $(CFLW) -c os0file.c - |