*** empty log message ***
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-04-18 15:50 CET Martin Vogel <vogel@inttec.de>
|
||||
* contrib/libct/makefile.bc
|
||||
! Corrected a typo
|
||||
|
||||
2001-04-18 01:30 UTC-0800 Ron Pinkas <ron@profit-master.com>
|
||||
* source/vm/arrays.c
|
||||
! Corrected a minor typo, that could cause some un-released memory on some occasions.
|
||||
|
||||
@@ -120,11 +120,11 @@ $(TOOLS_LIB) : $(TOOLS_LIB_OBJS)
|
||||
# TOOLS.LIB dependencies
|
||||
#
|
||||
|
||||
$(OBJ_DIR)\ctset.obj : $(TOOLS_DIR)\addascii.c
|
||||
$(OBJ_DIR)\addascii.obj : $(TOOLS_DIR)\addascii.c
|
||||
$(CC) $(CLIBFLAGS) -o$@ $**
|
||||
tlib $(TOOLS_LIB) $(ARFLAGS) -+$@,,
|
||||
|
||||
$(OBJ_DIR)\ctset.obj : $(TOOLS_DIR)\atnum.c
|
||||
$(OBJ_DIR)\atnum.obj : $(TOOLS_DIR)\atnum.c
|
||||
$(CC) $(CLIBFLAGS) -o$@ $**
|
||||
tlib $(TOOLS_LIB) $(ARFLAGS) -+$@,,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user