From 43e334a42999b4dae429dae28e1b5cf5e4a38e25 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 20 May 2005 04:06:38 +0000 Subject: [PATCH] *** empty log message *** --- ase/stx/makefile.lcc | 2 +- ase/test/stx/makefile.lcc | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ase/stx/makefile.lcc b/ase/stx/makefile.lcc index 6188d7a0..a389591c 100644 --- a/ase/stx/makefile.lcc +++ b/ase/stx/makefile.lcc @@ -3,7 +3,7 @@ OBJS = stx.obj memory.obj object.obj symbol.obj hash.obj misc.obj context.obj OUT = xpstx.lib CC = lcc -CFLAGS = -I../.. -A -ansic -libcdll +CFLAGS = -I../.. -A -ansic -libcdll LDFLAGS = LIBS = diff --git a/ase/test/stx/makefile.lcc b/ase/test/stx/makefile.lcc index 14e97264..6b7f82ed 100644 --- a/ase/test/stx/makefile.lcc +++ b/ase/test/stx/makefile.lcc @@ -3,7 +3,7 @@ OBJS = stx.obj OUT = stx.exe CC = lcc -CFLAGS = -I../../.. -A -ansic -libcdll +CFLAGS = -I../../.. -A -ansic -libcdll #LDFLAGS = -L../../../xp/bas -L../../../xp/stx #LIBS = -lxpstx -lxpbas LDFLAGS = -subsystem console -dynamic @@ -19,4 +19,3 @@ clean: .c.obj: $(CC) $(CFLAGS) -c $< -#$(LIBS) -o $@