From 9c37ecf0d7ce12bd797a36ae426f940f90e02214 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 16 Jan 2008 11:04:15 +0000 Subject: [PATCH] 2008-01-16 12:03 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/make_b32_all.bat * contrib/make_vc_all.bat + contrib/hbzlib/common.mak + Added missing non-GNU make file. + Added hbzlib to "all" non-GNU make batches. --- harbour/ChangeLog | 7 +++++++ harbour/contrib/hbzlib/common.mak | 20 ++++++++++++++++++++ harbour/contrib/make_b32_all.bat | 2 +- harbour/contrib/make_vc_all.bat | 2 +- 4 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 harbour/contrib/hbzlib/common.mak diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d86e02020b..99b77ae7b2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2008-01-16 12:03 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/make_b32_all.bat + * contrib/make_vc_all.bat + + contrib/hbzlib/common.mak + + Added missing non-GNU make file. + + Added hbzlib to "all" non-GNU make batches. + 2008-01-16 03:59 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + harbour/contrib/hbzlib/crypt.h + added modified for minizp crypt.h - it comes from minizip diff --git a/harbour/contrib/hbzlib/common.mak b/harbour/contrib/hbzlib/common.mak new file mode 100644 index 0000000000..3f5f1b9dd3 --- /dev/null +++ b/harbour/contrib/hbzlib/common.mak @@ -0,0 +1,20 @@ +# +# $Id$ +# + +LIBNAME = hbzlib + +LIB_PATH = $(LIB_DIR)\$(LIBNAME)$(LIBEXT) + +PRG_HEADERS = \ + hbzlib.ch \ + +LIB_OBJS = \ + $(OBJ_DIR)\ioapi$(OBJEXT) \ + $(OBJ_DIR)\zip$(OBJEXT) \ + $(OBJ_DIR)\unzip$(OBJEXT) \ + $(OBJ_DIR)\hbzlib$(OBJEXT) \ + $(OBJ_DIR)\hbmzip$(OBJEXT) \ + +all: \ + $(LIB_PATH) \ diff --git a/harbour/contrib/make_b32_all.bat b/harbour/contrib/make_b32_all.bat index 7008358a50..3ac3d2eac2 100644 --- a/harbour/contrib/make_b32_all.bat +++ b/harbour/contrib/make_b32_all.bat @@ -32,7 +32,7 @@ rem ******************************************************* set _HB_DIRS=hbrddado hbbmcdx hbbtree hbgtwvg hbct hbgt hbmisc hbnf hbmsql for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c %__BATWORKER__% %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 -set _HB_DIRS=hbole hbziparch hbodbc hbtpathy hbtip hbw32 xhb +set _HB_DIRS=hbole hbziparch hbodbc hbtpathy hbtip hbw32 hbzlib xhb for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c %__BATWORKER__% %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 set _HB_DIRS=hbclipsm hbw32ddr diff --git a/harbour/contrib/make_vc_all.bat b/harbour/contrib/make_vc_all.bat index 983549bd11..d1753c9bb9 100644 --- a/harbour/contrib/make_vc_all.bat +++ b/harbour/contrib/make_vc_all.bat @@ -32,7 +32,7 @@ rem ******************************************************* set _HB_DIRS=hbrddado hbbmcdx hbbtree hbgtwvg hbct hbgt hbmisc hbnf hbmsql for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c %__BATWORKER__% %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 -set _HB_DIRS=hbole hbziparch hbodbc hbtpathy hbtip hbw32 xhb +set _HB_DIRS=hbole hbziparch hbodbc hbtpathy hbtip hbw32 hbzlib xhb for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c %__BATWORKER__% %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 set _HB_DIRS=hbclipsm hbw32ddr