2009-02-17 01:50 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbfimage/Makefile
    ! Disabled hbfimage on Linux until we solve the type 
      collision problem. Some more platforms may need to 
      be added.
This commit is contained in:
Viktor Szakats
2009-02-17 00:49:50 +00:00
parent 93eda33469
commit 98cd917ffd
2 changed files with 11 additions and 0 deletions

View File

@@ -8,6 +8,12 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-02-17 01:50 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbfimage/Makefile
! Disabled hbfimage on Linux until we solve the type
collision problem. Some more platforms may need to
be added.
2009-02-17 01:39 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* config/linux/install.cf
! Added hack to ignore copy errors.

View File

@@ -9,6 +9,8 @@ LIBNAME=hbfimage
HB_INC_FREEIMAGE_OK =
ifneq ($(HB_ARCHITECTURE),dos)
# disabled until a proper solution isn't found for type collision
ifneq ($(HB_ARCHITECTURE),linux)
ifeq ($(HB_INC_FREEIMAGE),)
ifeq ($(HB_XBUILD),)
@@ -42,3 +44,6 @@ install::
else
include $(TOP)$(ROOT)config/none.cf
endif
else
include $(TOP)$(ROOT)config/none.cf
endif