From e00c49e0b5b9f3c8611faa50bf32e1bd5800bdae Mon Sep 17 00:00:00 2001 From: Jacek Kubica Date: Tue, 22 Nov 2005 02:27:51 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 4 +++- harbour/makefile.bc | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 903b143c17..ce0699046e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,9 @@ For example: 2002-12-01 13:30 UTC+0100 Foo Bar */ +2005-11-22 02:22 UTC+0100 Jacek Kubica (kubica/at/wssk.wroc.pl) + * makefile.bc + * updated to compile source/rtl/strpeek.c 2005-11-22 01:51 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbsetup.ch @@ -17,7 +20,6 @@ Clipper/FoxPro programs ported to *nixes so I'd want to keep it enabled at least when HB_OS_LINUX/HB_OS_UNIX is defined. - * harbour/include/hbvm.h + added missing extern in hb_vmAtInit() and hb_vmAtExit() declarations diff --git a/harbour/makefile.bc b/harbour/makefile.bc index 0bed8d389a..1039da1dc9 100644 --- a/harbour/makefile.bc +++ b/harbour/makefile.bc @@ -314,6 +314,7 @@ RTL_LIB_OBJS = \ $(OBJ_DIR)\space.obj \ $(OBJ_DIR)\spfiles.obj \ $(OBJ_DIR)\str.obj \ + $(OBJ_DIR)\strpeek.obj \ $(OBJ_DIR)\strcase.obj \ $(OBJ_DIR)\strings.obj \ $(OBJ_DIR)\strmatch.obj \ @@ -1980,6 +1981,10 @@ $(OBJ_DIR)\str.obj : $(RTL_DIR)\str.c $(CC) $(CLIBFLAGS) -o$@ $** tlib $(RTL_LIB) $(ARFLAGS) -+$@,, +$(OBJ_DIR)\strpeek.obj : $(RTL_DIR)\strpeek.c + $(CC) $(CLIBFLAGS) -o$@ $** + tlib $(RTL_LIB) $(ARFLAGS) -+$@,, + $(OBJ_DIR)\strcase.obj : $(RTL_DIR)\strcase.c $(CC) $(CLIBFLAGS) -o$@ $** tlib $(RTL_LIB) $(ARFLAGS) -+$@,,