diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 733e76ed81..a2170f0f41 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-05-20 22:33 UTC+0100 J.lefebvre (Mafact) + * contrib/htmllib + * makefile.vc (Forget -p as Harbour param, creating ppo files when not needed) + * source/compiler/hbusage.c + * void hb_compPrintCredits( void ) + Major bug fixed where my name was missing from the list ;-)))) + 2002-05-20 16:20 UTC+0100 J.lefebvre (Mafact) * contrib/htmllib + make_b32.bat (not tested !!!!) diff --git a/harbour/contrib/htmllib/makefile.vc b/harbour/contrib/htmllib/makefile.vc index 1adfb52802..d37b200886 100644 --- a/harbour/contrib/htmllib/makefile.vc +++ b/harbour/contrib/htmllib/makefile.vc @@ -19,7 +19,7 @@ CC = cl CFLAGS = -TP -W3 -nologo -I$(INCLUDE_DIR) CLIBFLAGS = $(CFLAGS) -c CLIBFLAGSDEBUG = $(CLIBFLAGS) -Zi -HARBOURFLAGS = -i$(INCLUDE_DIR) -n -w0 -gc0 $(PRG_USR) $(HARBOURFLAGS) -p +HARBOURFLAGS = -i$(INCLUDE_DIR) -n -w0 -gc0 $(PRG_USR) $(HARBOURFLAGS) LDFLAGS = $(LDFLAGS) # diff --git a/harbour/source/compiler/hbusage.c b/harbour/source/compiler/hbusage.c index ba13bd097a..ab936975a2 100644 --- a/harbour/source/compiler/hbusage.c +++ b/harbour/source/compiler/hbusage.c @@ -155,6 +155,7 @@ void hb_compPrintCredits( void ) "Gonzalo A. Diethelm \n" "Ignacio Ortiz de Zuniga \n" "Janica Lubos \n" + "Jean-Francois Lefebvre (mafact) \n" "Jose Lalin \n" "Leslee Griffith \n" "Luiz Rafael Culik \n"