From 2740f099cbfb83cc9ee0f7f76b8081ea52e6e144 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 3 Jul 2007 14:53:21 +0000 Subject: [PATCH] 2007-07-03 16:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/tip/makefile.bc - removed cstr.prg + added thtml.prg --- harbour/ChangeLog | 5 +++++ harbour/contrib/tip/makefile.bc | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 785affd917..9372ce23f7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-07-03 16:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/tip/makefile.bc + - removed cstr.prg + + added thtml.prg + 2007-07-03 15:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbcompat.ch * removed bit translation rules starting with comma (,) diff --git a/harbour/contrib/tip/makefile.bc b/harbour/contrib/tip/makefile.bc index 9b096e006d..2d02e29760 100644 --- a/harbour/contrib/tip/makefile.bc +++ b/harbour/contrib/tip/makefile.bc @@ -24,7 +24,7 @@ $(LIB_DIR)\tip.lib : \ $(OBJ_DIR)\smtpcln.obj \ $(OBJ_DIR)\mail.obj \ $(OBJ_DIR)\cgi.obj \ - $(OBJ_DIR)\cstr.obj \ + $(OBJ_DIR)\thtml.obj \ $(OBJ_DIR)\base64x.obj \ $(OBJ_DIR)\encmthd.obj \ $(OBJ_DIR)\hbhex2n.obj \ @@ -66,8 +66,8 @@ $(OBJ_DIR)\mail.obj : $(OBJ_DIR)\mail.c $(OBJ_DIR)\cgi.c : cgi.prg $(OBJ_DIR)\cgi.obj : $(OBJ_DIR)\cgi.c -$(OBJ_DIR)\cstr.c : cstr.prg -$(OBJ_DIR)\cstr.obj : $(OBJ_DIR)\cstr.c +$(OBJ_DIR)\thtml.c : thtml.prg +$(OBJ_DIR)\thtml.obj : $(OBJ_DIR)\thtml.c $(OBJ_DIR)\base64x.obj : base64x.c $(OBJ_DIR)\encmthd.obj : encmthd.c