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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
6
harbour/external/libhpdf/Makefile
vendored
6
harbour/external/libhpdf/Makefile
vendored
@@ -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
|
||||
|
||||
|
||||
3
harbour/external/libpng/Makefile
vendored
3
harbour/external/libpng/Makefile
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user