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.
This commit is contained in:
Viktor Szakats
2008-01-16 11:04:15 +00:00
parent 5b3753ba89
commit 9c37ecf0d7
4 changed files with 29 additions and 2 deletions

View File

@@ -8,6 +8,13 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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) \

View File

@@ -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

View File

@@ -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