2009-04-07 12:58 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* external/libhpdf/Makefile
    ! Disabled for wce arch and mingwce comp.
This commit is contained in:
Viktor Szakats
2009-04-07 10:59:19 +00:00
parent 165a0b82eb
commit c15eabbd45
2 changed files with 8 additions and 1 deletions

View File

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

View File

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