See Changelog 2001-12-25 14:40 UTC-0300

This commit is contained in:
Luiz Rafael Culik
2001-12-25 16:54:15 +00:00
parent 1fdc55c45c
commit 1f86da4e1f
2 changed files with 17 additions and 1 deletions

View File

@@ -7,6 +7,22 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
utils/hbdoc/ffile1.prg and contrib/htmllib/ofile.prg
. phisically extract public functions to a separate file since they
are written in the body of the main function but required by other
functions. Example: WRITE_ERROR in utils/hbdoc/hbdoc.prg which is
required by utils/hbdoc/genasc.prg. Consequently, I have locally
created docfunc.prg which contains WRITE_ERROR(), StripFiles() and
StripNgControls() extracted from utils/hbdoc/hbdoc.prg.
+ hrbdll.bc
+ hrbdll.vc
* include/hbdefs.h
! Add argument to HB_EXPORT definition so that public functions will
be exported upon explicit request only. Examples:
BCC : makefile.bc => C_USR = __EXPORT__
MsVC : makefile.vc => --ditto--

View File

@@ -20,6 +20,6 @@ PRG_SOURCES=\
stringp.prg \
twirler.prg \
LIBNAME=libmisc
LIBNAME=misc
include $(TOP)$(ROOT)config/lib.cf