2012-11-12 13:19 UTC+0100 Viktor Szakats (harbour syenar.net)

- contrib/hbct/ctextern.ch
  - contrib/hbgd/gdextern.ch
  - contrib/hbxpp/hbxppext.ch
  - contrib/rddads/adsextrn.ch
  - contrib/xhb/xhbextrn.ch
    % deleted compatibility extern puller headers.
      To pull externs more efficiently from any contribs, use
      this line in your source:
         'REQUEST __HBEXTERN__<LIBNAME>_'
      INCOMPATIBLE.
This commit is contained in:
Viktor Szakats
2012-11-12 12:21:57 +00:00
parent 8ab624eb04
commit dec74da597
6 changed files with 12 additions and 75 deletions

View File

@@ -16,6 +16,18 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-11-12 13:19 UTC+0100 Viktor Szakats (harbour syenar.net)
- contrib/hbct/ctextern.ch
- contrib/hbgd/gdextern.ch
- contrib/hbxpp/hbxppext.ch
- contrib/rddads/adsextrn.ch
- contrib/xhb/xhbextrn.ch
% deleted compatibility extern puller headers.
To pull externs more efficiently from any contribs, use
this line in your source:
'REQUEST __HBEXTERN__<LIBNAME>_'
INCOMPATIBLE.
2012-11-12 11:50 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/gtwvg/hbgtwvg.ch
* contrib/gtwvg/wvgparts.ch

View File

@@ -1,12 +0,0 @@
/*
* $Id$
*/
/* For compatibility only. Use 'REQUEST __HBEXTERN__HBCT_' instead_. */
#ifdef HB_LEGACY_LEVEL4
#define __HBEXTERN__HBCT__REQUEST
#include "hbct.hbx"
#endif

View File

@@ -1,17 +0,0 @@
/*
* $Id$
*/
/* For compatibility only. Use 'REQUEST __HBEXTERN__HBGD_' instead_. */
#ifdef HB_LEGACY_LEVEL4
#ifndef GDEXTERNAL_CH
#define GDEXTERNAL_CH
#define __HBEXTERN__HBGD__REQUEST
#include "hbgd.hbx"
#endif
#endif

View File

@@ -1,17 +0,0 @@
/*
* $Id$
*/
/* For compatibility only. Use 'REQUEST __HBEXTERN__HBXPP_' instead_. */
#ifdef HB_LEGACY_LEVEL4
#ifndef _HBXPPEXT_CH
#define _HBXPPEXT_CH
#define __HBEXTERN__HBXPP__REQUEST
#include "hbxpp.hbx"
#endif
#endif

View File

@@ -1,17 +0,0 @@
/*
* $Id$
*/
/* For compatibility only. Use 'REQUEST __HBEXTERN__RDDADS_' instead_. */
#ifdef HB_LEGACY_LEVEL4
#ifndef _ADSEXTERN_CH_
#define _ADSEXTERN_CH_
#define __HBEXTERN__RDDADS__REQUEST
#include "rddads.hbx"
#endif
#endif

View File

@@ -1,12 +0,0 @@
/*
* $Id$
*/
/* For compatibility only. Use 'REQUEST __HBEXTERN__XHB_' instead_. */
#ifdef HB_LEGACY_LEVEL4
#define __HBEXTERN__XHB__REQUEST
#include "xhb.hbx"
#endif