*** empty log message ***

This commit is contained in:
2006-02-23 14:42:33 +00:00
parent 81ea0eca73
commit 8c1381e106
3 changed files with 215 additions and 4 deletions

View File

@ -1,5 +1,5 @@
SRCS = awk.c tree.c parse.c run.c sa.c
OBJS = awk.obj tree.obj parse.obj run.obj sa.obj
SRCS = awk.c tree.c tab.c hash.c parse.c run.c sa.c
OBJS = awk.obj tree.obj tab.obj hash.obj parse.obj run.obj sa.obj
OUT = xpawk.lib
CC = lcc

File diff suppressed because one or more lines are too long