2011-01-10 13:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/3rd/png/Makefile
+ Added special hack for pocc family of compilers to make
it build png 1.5.x. This should be fixed in png code.
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-01-10 13:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/3rd/png/Makefile
|
||||
+ Added special hack for pocc family of compilers to make
|
||||
it build png 1.5.x. This should be fixed in png code.
|
||||
|
||||
2011-01-10 12:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/3rd/png/Makefile
|
||||
- Do not set PNG_NO_SETJMP anymore.
|
||||
|
||||
@@ -50,6 +50,9 @@ ifeq ($(filter $(HB_COMPILER),poccarm xcc),)
|
||||
ifneq ($(filter $(HB_COMPILER),djgpp dmc),)
|
||||
HB_CFLAGS += -DPNG_NO_SNPRINTF
|
||||
endif
|
||||
ifneq ($(filter $(HB_COMPILER),pocc pocc64 poccarm),)
|
||||
HB_CFLAGS += -DPNG_ALLOCATED
|
||||
endif
|
||||
|
||||
include $(TOP)$(ROOT)config/lib.mk
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user