*** empty log message ***

This commit is contained in:
2005-06-06 16:32:29 +00:00
parent a483c08adf
commit 883b323b80
5 changed files with 17 additions and 20 deletions

View File

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