*** empty log message ***

This commit is contained in:
hyung-hwan 2005-11-05 17:21:39 +00:00
parent 158a36d6e0
commit 9e7df07b2e
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
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
OBJS = $(SRCS:.c=.obj)
OUT = xpstx.lib
OUT = xpawk.lib
CC = bcc32
CFLAGS = -O2 -WM -w -w-inl -w-sig -w-spa -w-hid -RT- -I../..

View File

@ -3,7 +3,7 @@ SRCS = \
dict.c misc.c name.c token.c parser.c bootstrp.c \
bytecode.c interp.c
OBJS = $(SRCS:.c=.obj)
OUT = xpstx.lib
OUT = xpawk.lib
CC = cl
CFLAGS = /nologo /MT /GX /W3 /GR- /D_WIN32_WINNT=0x0400 -I../..

View File

@ -2,7 +2,7 @@ SRCS = stx.c memory.c object.c symbol.c class.c dict.c misc.c array.c \
context.c name.c token.c parser.c bootstrp.c bytecode.c interp.c
OBJS = stx.obj memory.obj object.obj symbol.obj class.obj dict.obj misc.obj array.obj \
context.obj name.obj token.obj parser.obj bootstrp.obj bytecode.obj interp.obj
OUT = xpstx.lib
OUT = xpawk.lib
CC = lcc
CFLAGS = -I../.. -A -ansic -libcdll

View File

@ -3,7 +3,7 @@ SRCS = sce.c
# dict.c misc.c context.c name.c token.c parser.c bootstrp.c \
# bytecode.c interp.c
OBJS = $(SRCS:.c=.o)
OUT = libxpsce.a
OUT = libxpawk.a
CC = @CC@
RANLIB = @RANLIB@