diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c8d873fe5e..cb4080cd91 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,15 @@ The license applies to all entries newer than 2009-04-28. */ +2011-02-08 14:50 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbnetio/hbnetio.hbp + + contrib/hbnetio/hbnetio.hbx + + Added hbx for hbnetio. + + * contrib/hbrunext/pullext.prg + * contrib/hbrunext/hbrunext.hbp + + Added hbnetio to hbrunext tool. + 2011-02-08 14:36 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/tbrowse.prg ! set default minimal number of visible rows to ::rowpos() when diff --git a/harbour/contrib/hbnetio/hbnetio.hbp b/harbour/contrib/hbnetio/hbnetio.hbp index 097712806c..99dc8f3898 100644 --- a/harbour/contrib/hbnetio/hbnetio.hbp +++ b/harbour/contrib/hbnetio/hbnetio.hbp @@ -9,6 +9,10 @@ -w3 -es2 +-instfile=inc:hbnetio.hbx + +hbnetio.hbx + netiosrv.c netiocli.c diff --git a/harbour/contrib/hbnetio/hbnetio.hbx b/harbour/contrib/hbnetio/hbnetio.hbx new file mode 100644 index 0000000000..ac344426e1 --- /dev/null +++ b/harbour/contrib/hbnetio/hbnetio.hbx @@ -0,0 +1,56 @@ +/* + * $Id$ + */ + +/* -------------------------------------------------------------------- */ +/* NOTE: You can add manual override which functions to include or */ +/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ +/* Syntax: // HB_FUNC_INCLUDE */ +/* // HB_FUNC_EXCLUDE */ +/* -------------------------------------------------------------------- */ + +/* -------------------------------------------------------------------- */ +/* WARNING: Automatically generated code below. DO NOT EDIT! */ +/* Regenerate using hbmk2 '-hbx=' option. */ +/* -------------------------------------------------------------------- */ + +#ifndef __HBEXTERN_CH__HBNETIO__ +#define __HBEXTERN_CH__HBNETIO__ + +#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBNETIO__ANNOUNCE ) + ANNOUNCE __HBEXTERN__HBNETIO__ +#endif + +#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBNETIO__REQUEST ) + #command DYNAMIC => EXTERNAL +#endif + +DYNAMIC NETIO_ACCEPT +DYNAMIC NETIO_CLOSESTREAM +DYNAMIC NETIO_COMPRESS +DYNAMIC NETIO_CONNECT +DYNAMIC NETIO_DECODE +DYNAMIC NETIO_DISCONNECT +DYNAMIC NETIO_FUNCEXEC +DYNAMIC NETIO_GETCONNECTION +DYNAMIC NETIO_GETDATA +DYNAMIC NETIO_LISTEN +DYNAMIC NETIO_MTSERVER +DYNAMIC NETIO_OPENDATASTREAM +DYNAMIC NETIO_OPENITEMSTREAM +DYNAMIC NETIO_PROCEXEC +DYNAMIC NETIO_PROCEXECW +DYNAMIC NETIO_PROCEXISTS +DYNAMIC NETIO_RPC +DYNAMIC NETIO_RPCFILTER +DYNAMIC NETIO_SERVER +DYNAMIC NETIO_SERVERSTOP +DYNAMIC NETIO_SRVSENDDATA +DYNAMIC NETIO_SRVSENDITEM +DYNAMIC NETIO_SRVSTATUS + +#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBNETIO__REQUEST ) + #uncommand DYNAMIC => EXTERNAL +#endif + +#endif diff --git a/harbour/contrib/hbrunext/hbrunext.hbp b/harbour/contrib/hbrunext/hbrunext.hbp index 6498c99573..5a84fb3521 100644 --- a/harbour/contrib/hbrunext/hbrunext.hbp +++ b/harbour/contrib/hbrunext/hbrunext.hbp @@ -24,5 +24,6 @@ hbct.hbc hbexpat.hbc hbmemio.hbc hbmzip.hbc +hbnetio.hbc hbunix.hbc{unix} hbwin.hbc{allwin} diff --git a/harbour/contrib/hbrunext/pullext.prg b/harbour/contrib/hbrunext/pullext.prg index 909ab93263..90fb2d821c 100644 --- a/harbour/contrib/hbrunext/pullext.prg +++ b/harbour/contrib/hbrunext/pullext.prg @@ -59,6 +59,7 @@ FUNCTION __hbrun_extensions() PULLEXT hbexpat PULLEXT hbmemio PULLEXT hbmzip + PULLEXT hbnetio #if defined( __PLATFORM__UNIX ) PULLEXT hbunix #endif