diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 240485ca15..7e36f40bf4 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-03-30 13:53 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/gtalleg/Makefile + - Disabled for minwgce. + 2009-03-30 13:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * INSTALL * Split Windows compiler list to 'recommended' and 'supported' @@ -15,7 +19,7 @@ Some comments on the rest: - pocc: lack of 3rd party support, mediocre performance. - owatcom: lack of 3rd party support, bad performance, - proprietary object/dll format. + proprietary object format. - bcc: lack of 3rd party support, mediocre performance, has known bugs, proprietary object/dll format. - xcc: for testing only. diff --git a/harbour/contrib/gtalleg/Makefile b/harbour/contrib/gtalleg/Makefile index d4dd7163e2..102afe832e 100644 --- a/harbour/contrib/gtalleg/Makefile +++ b/harbour/contrib/gtalleg/Makefile @@ -10,6 +10,7 @@ ifneq ($(HB_COMPILER),pocc) ifneq ($(HB_COMPILER),xcc) ifneq ($(HB_COMPILER),dmc) ifneq ($(HB_COMPILER),owatcom) +ifneq ($(HB_COMPILER),mingwce) ifeq ($(HB_INC_ALLEGRO),) ifeq ($(HB_XBUILD),) @@ -44,3 +45,6 @@ endif else include $(TOP)$(ROOT)config/none.cf endif +else +include $(TOP)$(ROOT)config/none.cf +endif