From c15eabbd45a14e75b8fdf486dc69da68b82c5591 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 7 Apr 2009 10:59:19 +0000 Subject: [PATCH] 2009-04-07 12:58 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * external/libhpdf/Makefile ! Disabled for wce arch and mingwce comp. --- harbour/ChangeLog | 4 ++++ harbour/external/libhpdf/Makefile | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1da14c1327..528349229b 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-04-07 12:58 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * external/libhpdf/Makefile + ! Disabled for wce arch and mingwce comp. + 2009-04-07 12:05 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbqt/hbqt.h * contrib/hbqt/hbqt_qabstractbutton.cpp diff --git a/harbour/external/libhpdf/Makefile b/harbour/external/libhpdf/Makefile index 6845758248..633554f652 100644 --- a/harbour/external/libhpdf/Makefile +++ b/harbour/external/libhpdf/Makefile @@ -21,7 +21,10 @@ endif ifeq ($(HB_COMPILER),poccce) HB_WITH_LIBHPDF=no endif -ifeq ($(HB_COMPILER),poccarm) +ifeq ($(HB_COMPILER),mingwce) +HB_WITH_LIBHPDF=no +endif +ifeq ($(HB_ARCHITECTURE),wce) HB_WITH_LIBHPDF=no endif endif