From 79749798a0022feabcf0c1c8e9fc274019288460 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 28 Feb 2012 20:01:10 +0000 Subject: [PATCH] 2012-02-28 20:59 UTC+0100 Viktor Szakats (harbour syenar.net) * config/global.mk + display HB_BUILD_CONTRIB_DYN setting in make output. some users might be forgetting they have this enabled. --- harbour/ChangeLog | 5 +++++ harbour/config/global.mk | 3 +++ 2 files changed, 8 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d64aac4d5b..a13059055b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2012-02-28 20:59 UTC+0100 Viktor Szakats (harbour syenar.net) + * config/global.mk + + display HB_BUILD_CONTRIB_DYN setting in make output. + some users might be forgetting they have this enabled. + 2012-02-28 20:46 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbqt/gtqtc/gtqtc.hbm ! fixed to skip building .dll target. diff --git a/harbour/config/global.mk b/harbour/config/global.mk index 01fedd5ce9..dc90e7e73e 100644 --- a/harbour/config/global.mk +++ b/harbour/config/global.mk @@ -244,6 +244,9 @@ ifeq ($(HB_INIT_DONE),) ifneq ($(HB_BUILD_DYN),) $(info ! HB_BUILD_DYN: $(HB_BUILD_DYN)) endif + ifneq ($(HB_BUILD_CONTRIB_DYN),) + $(info ! HB_BUILD_CONTRIB_DYN: $(HB_BUILD_CONTRIB_DYN)) + endif ifneq ($(HB_BUILD_SHARED),) $(info ! HB_BUILD_SHARED: $(HB_BUILD_SHARED)) endif