*** empty log message ***

This commit is contained in:
2006-01-12 12:42:10 +00:00
parent 5623cb78c4
commit 2ea1efedcf
6 changed files with 59 additions and 9 deletions

View File

@ -1,5 +1,4 @@
SRCS = stx.c memory.c object.c symbol.c class.c dict.c misc.c array.c \
name.c token.c parser.c bootstrp.c bytecode.c interp.c
SRCS = awk.c parse.c
OBJS = $(SRCS:.c=.obj)
OUT = xpawk.lib