*** empty log message ***

This commit is contained in:
2005-08-18 15:16:39 +00:00
parent b221b702d0
commit 99788ea850
18 changed files with 89 additions and 87 deletions

View File

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