*** empty log message ***

This commit is contained in:
hyung-hwan 2006-01-20 16:10:16 +00:00
parent bf98d7201d
commit c393f8f8b7
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ OBJS = awk.obj parse.obj tree.obj
OUT = xpawk.lib
CC = lcc
CFLAGS = -I../.. -A -ansic -libcdll
CFLAGS = -I../.. -A -ansic -libcdll -D__STAND_ALONE
LDFLAGS =
LIBS =

View File

@ -1,5 +1,5 @@
CC = lcc
CFLAGS = -I../../.. -A -ansic -libcdll
CFLAGS = -I../../.. -A -ansic -libcdll -D__STAND_ALONE
#LDFLAGS = -L../../../xp/bas -L../../../xp/awk
#LIBS = -lxpawk -lxpbas
#LDFLAGS = -subsystem console -dynamic -s