Files
harbour-core/contrib/hbcomio/hbcomio.hbx
Przemysław Czerpak 3f86036f80 2014-08-11 16:21 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
+ contrib/hbcomio/hbcomio.hbx
    + added missing hbx file

  * package/harbour.spec
    ! fixed to not corrupt root filesystem during package build process.
      It was necessary to set HB_INSTALL_CONTRIB with package install prefix.
      (undocumented functionality)
      TODO: add single variable which can be used in such case for all
            HB_INSTALL_* variables.
    + added support for HBMK2 .hbc files for contrib libraries
2014-08-11 16:21:28 +02:00

31 lines
982 B
Plaintext

/* --------------------------------------------------------------------
* NOTE: You can add manual override which functions to include or
* exclude from automatically generated EXTERNAL/DYNAMIC list.
* Syntax: // HB_FUNC_INCLUDE <func>
* // HB_FUNC_EXCLUDE <func>
*/
/* --------------------------------------------------------------------
* WARNING: Automatically generated code below. DO NOT EDIT! (except casing)
* Regenerate using hbmk2 '-hbx=' option.
*/
#ifndef __HBEXTERN_CH__HBCOMIO__
#define __HBEXTERN_CH__HBCOMIO__
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBCOMIO__ANNOUNCE )
ANNOUNCE __HBEXTERN__HBCOMIO__
#endif
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBCOMIO__REQUEST )
#command DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
DYNAMIC HB_COMIO
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBCOMIO__REQUEST )
#uncommand DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
#endif