From 88c836c1c19808f813bfb6cb39f2d0c6a42e3ae3 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 5 Jun 2007 08:53:38 +0000 Subject: [PATCH] 2007-06-05 10:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) - harbour/contrib/hbzlib/Makefile.mingw - removed not necessary file --- harbour/ChangeLog | 4 +++ harbour/contrib/hbzlib/Makefile.mingw | 52 --------------------------- 2 files changed, 4 insertions(+), 52 deletions(-) delete mode 100644 harbour/contrib/hbzlib/Makefile.mingw diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 32897bbfb7..526e7c74b1 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +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 * source/rtl/achoice.prg ! Fix bug#1729881 by diff --git a/harbour/contrib/hbzlib/Makefile.mingw b/harbour/contrib/hbzlib/Makefile.mingw deleted file mode 100644 index 77fc727d4a..0000000000 --- a/harbour/contrib/hbzlib/Makefile.mingw +++ /dev/null @@ -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) -