diff --git a/harbour/ChangeLog b/harbour/ChangeLog index be7e559f12..f978b50754 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-03-31 01:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * external/libhpdf/Makefile + * external/libpng/Makefile + * contrib/hbqt/Makefile + - Disabled for poccce due to errors. + 2009-03-30 23:56 UTC+0200 Francesco Saverio Giudice (info/at/fsgiudice.com) * harbour/contrib/examples/uhttpd/uhttpd.prg ! fixed CGI POST variables handling diff --git a/harbour/contrib/hbqt/Makefile b/harbour/contrib/hbqt/Makefile index 33000c4cdd..c6562edecb 100644 --- a/harbour/contrib/hbqt/Makefile +++ b/harbour/contrib/hbqt/Makefile @@ -26,6 +26,9 @@ endif ifeq ($(HB_COMPILER),pocc) HB_WITH_QT=no endif +ifeq ($(HB_COMPILER),poccce) +HB_WITH_QT=no +endif endif ifeq ($(HB_WITH_QT),yes) diff --git a/harbour/external/libhpdf/Makefile b/harbour/external/libhpdf/Makefile index 31ac0c498d..5746ee4c0a 100644 --- a/harbour/external/libhpdf/Makefile +++ b/harbour/external/libhpdf/Makefile @@ -11,10 +11,12 @@ ROOT = ../../ LIBNAME=libhpdf ifeq ($(HB_WITH_LIBHPDF),) +HB_WITH_LIBHPDF=yes ifeq ($(HB_COMPILER),owatcom) HB_WITH_LIBHPDF=no -else -HB_WITH_LIBHPDF=yes +endif +ifeq ($(HB_COMPILER),poccce) +HB_WITH_LIBHPDF=no endif endif diff --git a/harbour/external/libpng/Makefile b/harbour/external/libpng/Makefile index 8aeadcaf12..685a8e9149 100644 --- a/harbour/external/libpng/Makefile +++ b/harbour/external/libpng/Makefile @@ -19,6 +19,9 @@ endif ifeq ($(HB_ARCHITECTURE),dos) HB_WITH_LIBPNG=yes endif +ifeq ($(HB_ARCHITECTURE),poccce) +HB_WITH_LIBPNG=no +endif endif ifeq ($(HB_WITH_LIBPNG),yes)