2009-03-30 13:53 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/gtalleg/Makefile
    - Disabled for minwgce.
This commit is contained in:
Viktor Szakats
2009-03-30 11:53:23 +00:00
parent 5985bfa2d2
commit 6bf634e946
2 changed files with 9 additions and 1 deletions

View File

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

View File

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