2007-06-05 10:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

- harbour/contrib/hbzlib/Makefile.mingw
    - removed not necessary file
This commit is contained in:
Przemyslaw Czerpak
2007-06-05 08:53:38 +00:00
parent 0ad7ef4b7e
commit 88c836c1c1
2 changed files with 4 additions and 52 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-06-05 10:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
- harbour/contrib/hbzlib/Makefile.mingw
- removed not necessary file
2007-06-05 09:56 UTC+0300 Chen Kedem <niki@actcom.co.il>
* source/rtl/achoice.prg
! Fix bug#1729881 by <sokaxa@telenet.be>

View File

@@ -1,52 +0,0 @@
#
# $Id$
#
ROOT = ../../
PRG_HEADERS = \
C_SOURCES = \
zip.c \
CPP_SOURCES = \
stdafx.cpp \
ziparchive.cpp \
zipautobuffer.cpp \
zipcentraldir.cpp \
zipcomp.cpp \
zipcompatibility.cpp \
zipexception.cpp \
zipfile.cpp \
zipfileheader.cpp \
zipmemfile.cpp \
zipnew.cpp \
zippathcomponent.cpp \
zipplatform.cpp \
zipplatformcomm.cpp \
zipstorage.cpp \
ZipString.cpp
PRG_SOURCES= \
LIBNAME=ziparchive
ifeq ($(HB_MT),MT)
MT_LIBNAME=ziparchivemt
endif
include $(TOP)$(ROOT)config/header.cf
INSTALL_RULE_HEADERS := $(INSTALL_RULE)
include $(TOP)$(ROOT)config/lib.cf
CFLAGS := $(CFLAGS) -I../.. -I/usr/include -DZLIB_DLL;WIN32;ASSERT
install::
$(INSTALL_RULE_HEADERS)