2009-12-02 20:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* external/libpng/Makefile
    * Forcing C mode for libpng.
      It has some C++ bugs (in WINCE mode).
      Please retest.
This commit is contained in:
Viktor Szakats
2009-12-02 19:05:19 +00:00
parent 319a8bc4eb
commit 9b030085bd
2 changed files with 7 additions and 0 deletions

View File

@@ -17,6 +17,12 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-02 20:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* external/libpng/Makefile
* Forcing C mode for libpng.
It has some C++ bugs (in WINCE mode).
Please retest.
2009-12-02 08:04 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbide/hbide.prg
! Fixed more artifacts.

View File

@@ -9,6 +9,7 @@ include $(TOP)$(ROOT)config/global.mk
LIBNAME := libpng
HB_BUILD_WARN := no
HB_BUILD_MODE := c
C_SOURCES := \
png.c \