2008-07-02 01:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbziparch/Makefile
   * contrib/hbziparch/common.mak
   - contrib/hbziparch/hbcomprs.c
   + contrib/hbziparch/hbxdirec.c
     ! Renamed to avoid collision with an xhb contrib file.
This commit is contained in:
Viktor Szakats
2008-07-01 23:02:37 +00:00
parent f71f2a2bb5
commit 48a41db9ab
4 changed files with 9 additions and 2 deletions

View File

@@ -8,6 +8,13 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-07-02 01:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbziparch/Makefile
* contrib/hbziparch/common.mak
- contrib/hbziparch/hbcomprs.c
+ contrib/hbziparch/hbxdirec.c
! Renamed to avoid collision with an xhb contrib file.
2008-07-01 22:49 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbziparch/hbzipnew.cpp
! Fixed a potential GPFs. (GCC warnings)

View File

@@ -11,7 +11,7 @@ PRG_HEADERS = \
C_SOURCES = \
hbziparc.c \
hbcomprs.c \
hbxdirec.c \
CPP_SOURCES = \
hbzipnew.cpp \

View File

@@ -8,7 +8,7 @@ LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
LIB_OBJS = \
$(OBJ_DIR)hbziparc$(OBJEXT) \
$(OBJ_DIR)hbcomprs$(OBJEXT) \
$(OBJ_DIR)hbxdirec$(OBJEXT) \
\
$(OBJ_DIR)hbzipnew$(OBJEXT) \
$(OBJ_DIR)hbzipcom$(OBJEXT) \