diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 80973116cc..0af89cb24a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-06 23:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbapollo/Makefile + ! Excluded from DOS builds. + 2008-08-06 22:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/hbzlib/zconf.h * Undone previous ZLIB_DLL related change, as it causes these diff --git a/harbour/contrib/hbapollo/Makefile b/harbour/contrib/hbapollo/Makefile index cde25db1ac..8e803f5f56 100644 --- a/harbour/contrib/hbapollo/Makefile +++ b/harbour/contrib/hbapollo/Makefile @@ -6,6 +6,8 @@ ROOT = ../../ LIBNAME=hbapollo +ifneq ($(HB_ARCHITECTURE),dos) + HB_INC_APOLLO_OK += $(foreach d, $(HB_INC_APOLLO), $(if $(wildcard $(d)/Sde61.h),$(d),)) ifneq ($(strip $(HB_INC_APOLLO_OK)),) @@ -31,3 +33,6 @@ install:: else include $(TOP)$(ROOT)config/none.cf endif +else +include $(TOP)$(ROOT)config/none.cf +endif