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/pars | |
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/pars')
-rw-r--r-- | innobase/pars/makefilewin | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/innobase/pars/makefilewin b/innobase/pars/makefilewin deleted file mode 100644 index f183d89cbe2..00000000000 --- a/innobase/pars/makefilewin +++ /dev/null @@ -1,26 +0,0 @@ -include ..\include\makefile.i - -pars.lib: pars0grm.obj lexyy.obj pars0pars.obj pars0opt.obj pars0sym.obj rename_and_copy - lib -out:..\libs\pars.lib pars0grm.obj lexyy.obj pars0pars.obj pars0opt.obj pars0sym.obj - -pars0grm.obj: pars0grm.y - bs pars0grm.y - $(CCOM) $(CFLW) -c pars0grm.c - -rename_and_copy: - ren pars0grm.h pars0grm.h - copy pars0grm.h ..\include - -lexyy.obj: pars0lex.l - fl pars0lex.l - $(CCOM) $(CFLN) -c lexyy.c - -pars0pars.obj: pars0pars.c - $(CCOM) $(CFL) -c pars0pars.c - -pars0opt.obj: pars0opt.c - $(CCOM) $(CFL) -c pars0opt.c - -pars0sym.obj: pars0sym.c - $(CCOM) $(CFL) -c pars0sym.c - |