Files
harbour-core/harbour/external/minizip/Makefile
Viktor Szakats 0420946df1 2010-06-25 02:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* external/minizip/Makefile
  * external/zlib/Makefile
  * external/sqlite3/Makefile
  * external/png/Makefile
  * external/jpeg/Makefile
  * external/bzip2/Makefile
  * external/libhpdf/Makefile
  * external/pcre/Makefile
    + Applied patch by Tamas Tevesz, adding metadata for patchup tool.
      (also completing pending TODO)

  * external/patchup.prg
    + Enabled -w3 option via pragma
    ! Fixed one -w3 warnings
    ! Fixed to not stop due to missing .dif file in -rediff mode.
    ! Applied fix patch by Tamas Tevesz.

  * src/rtl/inkeyapi.c
    * Formatting.
2010-06-25 00:33:18 +00:00

40 lines
658 B
Makefile

#
# $Id$
#
ROOT := ../../
include $(TOP)$(ROOT)config/global.mk
LIBNAME := minizip
HB_BUILD_WARN := no
HB_BUILD_MODE := c
C_SOURCES := \
ioapi.c \
zip.c \
unzip.c \
ifneq ($(HB_HAS_ZLIB),)
HB_CFLAGS += -DHB_HAS_ZLIB $(foreach d,$(HB_HAS_ZLIB),-I$(d))
include $(TOP)$(ROOT)config/lib.mk
else
HB_SKIP_REASON := component not found
include $(TOP)$(ROOT)config/none.mk
endif
# ORIGIN http://www.winimage.com/zLibDll/minizip.html
# VER 1.1
# URL http://www.winimage.com/zLibDll/unzip11.zip
# DIFF minizip.dif
#
# MAP crypt.h
# MAP ioapi.c
# MAP ioapi.h
# MAP unzip.c
# MAP unzip.h
# MAP zip.c
# MAP zip.h