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.
This commit is contained in:
Viktor Szakats
2009-03-30 23:29:16 +00:00
parent 70d49113a8
commit e354182fda
4 changed files with 16 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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