20000424-03:44 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-04-24 10:34:29 +00:00
parent c886ea0807
commit e149fd7efb
3 changed files with 15 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
20000424-03:44 GMT+1 Victor Szakats <info@szelvesz.hu>
* source/compiler/hbusage.c
+ Added Patrick Mast, Dave Pearson and Tim Stone to the credit list.
* makefile.bc
! Fixed after some undocumented changes.
20000424 06:55 GMT -3 Luiz Rafael Culik <culik@sl.conex.net
*doc/en/file.txt
doc/en/diskspac.txt

View File

@@ -81,7 +81,7 @@ HBPP_DIR = utils\hbpp
# C compiler definition and C flags. These should never have to change.
#
CFLAGS = -I$(INCLUDE_DIR) -d $(C_USR) $(CFLAGS) -DHB_LANG_DEFAULT=$(HB_LANG_DEFAULT)
CFLAGS = -I$(INCLUDE_DIR) -d $(C_USR) $(CFLAGS)
CLIBFLAGS = -c $(CFLAGS) $(CLIBFLAGS)
CLIBFLAGSDEBUG = -v $(CLIBFLAGS)
HARBOURFLAGS = -i$(INCLUDE_DIR) -n -q0 -w -es2 -gc0 $(PRG_USR) $(HARBOURFLAGS)

View File

@@ -130,6 +130,12 @@ void hb_compPrintCredits( void )
"Ryszard Glab <rglab@imid.med.pl>\n"
"Victor Szakats <info@szelvesz.hu>\n"
"Vladimir Kazimirchik <v_kazimirchik@yahoo.com>\n"
"\n"
"Major contributors:"
"\n"
"Dave Pearson <davep@davep.org>\n"
"Patrick Mast <harbour@winfakt.com>\n"
"Tim Stone <timstone@mstrlink.com>\n"
);
}