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:
Viktor Szakats
2010-02-18 18:59:04 +00:00
parent d19b1b3d2b
commit 7d27c68ba2
2 changed files with 8 additions and 0 deletions

View File

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

View File

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