2008-08-06 23:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbapollo/Makefile
     ! Excluded from DOS builds.
This commit is contained in:
Viktor Szakats
2008-08-06 21:07:39 +00:00
parent 9c66e59d50
commit ee80d242ee
2 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

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