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.
This commit is contained in:
Viktor Szakats
2012-02-28 20:01:10 +00:00
parent 28562e98b2
commit 79749798a0
2 changed files with 8 additions and 0 deletions

View File

@@ -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.

View File

@@ -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