2010-02-18 19:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* external/jpeg/Makefile
! Added jpeg option to make it build with poccarm.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-02-18 19:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* external/jpeg/Makefile
|
||||
! Added jpeg option to make it build with poccarm.
|
||||
|
||||
2010-02-18 18:57 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/vm/cmdarg.c
|
||||
! Fixed formatting.
|
||||
|
||||
4
harbour/external/jpeg/Makefile
vendored
4
harbour/external/jpeg/Makefile
vendored
@@ -90,6 +90,10 @@ ifeq ($(filter $(HB_COMPILER),<>),)
|
||||
|
||||
ifneq ($(HB_HAS_JPEG_LOCAL),)
|
||||
HB_CFLAGS += -DHAVE_STDLIB_H
|
||||
ifeq ($(HB_COMPILER),poccarm)
|
||||
HB_CFLAGS += -DNO_GETENV
|
||||
endif
|
||||
|
||||
include $(TOP)$(ROOT)config/lib.mk
|
||||
else
|
||||
HB_SKIP_REASON := unused
|
||||
|
||||
Reference in New Issue
Block a user