From dec74da597e7d1427339a59eb20407677dabec11 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 12 Nov 2012 12:21:57 +0000 Subject: [PATCH] 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___' INCOMPATIBLE. --- harbour/ChangeLog | 12 ++++++++++++ harbour/contrib/hbct/ctextern.ch | 12 ------------ harbour/contrib/hbgd/gdextern.ch | 17 ----------------- harbour/contrib/hbxpp/hbxppext.ch | 17 ----------------- harbour/contrib/rddads/adsextrn.ch | 17 ----------------- harbour/contrib/xhb/xhbextrn.ch | 12 ------------ 6 files changed, 12 insertions(+), 75 deletions(-) delete mode 100644 harbour/contrib/hbct/ctextern.ch delete mode 100644 harbour/contrib/hbgd/gdextern.ch delete mode 100644 harbour/contrib/hbxpp/hbxppext.ch delete mode 100644 harbour/contrib/rddads/adsextrn.ch delete mode 100644 harbour/contrib/xhb/xhbextrn.ch diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e5459725d1..d703ce2522 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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___' + INCOMPATIBLE. + 2012-11-12 11:50 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/hbgtwvg.ch * contrib/gtwvg/wvgparts.ch diff --git a/harbour/contrib/hbct/ctextern.ch b/harbour/contrib/hbct/ctextern.ch deleted file mode 100644 index 490936b8ab..0000000000 --- a/harbour/contrib/hbct/ctextern.ch +++ /dev/null @@ -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 diff --git a/harbour/contrib/hbgd/gdextern.ch b/harbour/contrib/hbgd/gdextern.ch deleted file mode 100644 index f216c7e9d3..0000000000 --- a/harbour/contrib/hbgd/gdextern.ch +++ /dev/null @@ -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 diff --git a/harbour/contrib/hbxpp/hbxppext.ch b/harbour/contrib/hbxpp/hbxppext.ch deleted file mode 100644 index 8bbf7b0531..0000000000 --- a/harbour/contrib/hbxpp/hbxppext.ch +++ /dev/null @@ -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 diff --git a/harbour/contrib/rddads/adsextrn.ch b/harbour/contrib/rddads/adsextrn.ch deleted file mode 100644 index dafd3ff507..0000000000 --- a/harbour/contrib/rddads/adsextrn.ch +++ /dev/null @@ -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 diff --git a/harbour/contrib/xhb/xhbextrn.ch b/harbour/contrib/xhb/xhbextrn.ch deleted file mode 100644 index 27aed83cb8..0000000000 --- a/harbour/contrib/xhb/xhbextrn.ch +++ /dev/null @@ -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