Files
harbour-core/harbour/source/hbzlib/Makefile
Viktor Szakats f1cc34069a 2009-08-23 13:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/hbpcre/Makefile
  * source/hbzlib/Makefile
    + Added 'HB_BUILD_WARN := no' which causes that these foreign 
      sources will be compiled using default compiler warning level.
      Should avoid a few MSVC warnings.
2009-08-23 11:41:26 +00:00

26 lines
292 B
Makefile

#
# $Id$
#
ROOT := ../../
HB_BUILD_WARN := no
C_SOURCES := \
adler32.c \
compress.c \
crc32.c \
deflate.c \
gzio.c \
infback.c \
inffast.c \
inflate.c \
inftrees.c \
trees.c \
uncompr.c \
zutil.c \
LIBNAME := hbzlib
include $(TOP)$(ROOT)config/lib.mk