* harbour-ce-spec
* make_deb.sh
* harbour-w32-spec
* harbour.spec
* contrib/Makefile
* contrib/make_b32_all.bat
* contrib/make_gcc_all.sh
* contrib/make_vc_all.bat
+ contrib/hbziparc
- contrib/hbziparch
+ hbziparc readded to default contrib list, as it
creates no more harm now.
; NOTE: And now that this is about ready, we might
step forward to develop a .7z interface ;)
14 lines
157 B
Makefile
14 lines
157 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
LIBNAME = $(LIBPREF)hbziparc
|
|
|
|
LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
|
|
|
|
LIB_OBJS = \
|
|
$(OBJ_DIR)hbziparc$(OBJEXT) \
|
|
|
|
all: \
|
|
$(LIB_PATH) \
|