*** empty log message ***

This commit is contained in:
Jacek Kubica
2005-11-22 02:27:51 +00:00
parent 473b620290
commit e00c49e0b5
2 changed files with 8 additions and 1 deletions

View File

@@ -7,6 +7,9 @@
For example:
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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) -+$@,,