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
This commit is contained in:
Przemyslaw Czerpak
2007-07-03 14:53:21 +00:00
parent 4cc3de83be
commit 2740f099cb
2 changed files with 8 additions and 3 deletions

View File

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

View File

@@ -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