2002-05-20 22:33 UTC+0100 J.lefebvre (Mafact) <jfl@mafact.com>

This commit is contained in:
Jean-Francois Lefebvre
2002-05-20 20:47:38 +00:00
parent a7c1ff1129
commit 88b31335db
3 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,13 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2002-05-20 22:33 UTC+0100 J.lefebvre (Mafact) <jfl@mafact.com>
* 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) <jfl@mafact.com>
* contrib/htmllib
+ make_b32.bat (not tested !!!!)

View File

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

View File

@@ -155,6 +155,7 @@ void hb_compPrintCredits( void )
"Gonzalo A. Diethelm <gonzalo.diethelm@iname.com>\n"
"Ignacio Ortiz de Zuniga <ignacio@fivetech.com>\n"
"Janica Lubos <janica@fornax.elf.stuba.sk>\n"
"Jean-Francois Lefebvre (mafact) <jfl@mafact.com>\n"
"Jose Lalin <dezac@corevia.com>\n"
"Leslee Griffith <les.griffith@vantagesystems.ca>\n"
"Luiz Rafael Culik <culik@sl.conex.net>\n"