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

* contrib/hbbmcdx/Makefile
   * contrib/hbbmcdx/common.mak
   - contrib/hbbmcdx/bmsixcdx1.c
   + contrib/hbbmcdx/bmsixcdx.c
   - contrib/hbbmcdx/bmdbfcdx1.c
   + contrib/hbbmcdx/bmdbfcdx.c
   - contrib/hbbmcdx/hbrddbmcdx.h
   + contrib/hbbmcdx/hbbmcdx.h
     ! Removed long filename.

2008-07-03 14:11 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
   * contrib/hbmisc/spd.c
     ! DOS/GCC warning fixed, plus another update from Xavi.
     ; Sorry I've removed the old function name as IMO there is 
       not much point in keeping compatibility with a name which 
       was never used by Harbour. That can be easily done outside 
       Harbour though for those who need it nevertheless.
This commit is contained in:
Viktor Szakats
2008-07-03 12:23:39 +00:00
parent b1f0212bc5
commit 6219893939
6 changed files with 17 additions and 6 deletions

View File

@@ -8,6 +8,17 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-07-03 14:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbbmcdx/Makefile
* contrib/hbbmcdx/common.mak
- contrib/hbbmcdx/bmsixcdx1.c
+ contrib/hbbmcdx/bmsixcdx.c
- contrib/hbbmcdx/bmdbfcdx1.c
+ contrib/hbbmcdx/bmdbfcdx.c
- contrib/hbbmcdx/hbrddbmcdx.h
+ contrib/hbbmcdx/hbbmcdx.h
! Removed long filename.
2008-07-03 14:11 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbmisc/spd.c
! DJGPP warning fixed, plus another update from Xavi.

View File

@@ -5,8 +5,8 @@
ROOT = ../../
C_SOURCES=\
bmdbfcdx1.c \
bmsixcdx1.c
bmdbfcdx.c \
bmsixcdx.c
LIBNAME=hbbmcdx

View File

@@ -92,7 +92,7 @@
#include "hbapilng.h"
#include "hbvm.h"
#include "hbset.h"
#include "hbrddbmcdx.h"
#include "hbbmcdx.h"
#include "hbmath.h"
#include "rddsys.ch"
#include "hbregex.h"

View File

@@ -52,4 +52,4 @@
#define HB_SIXCDX
#include "bmdbfcdx1.c"
#include "bmdbfcdx.c"

View File

@@ -7,8 +7,8 @@ LIBNAME = $(LIBPREF)hbbmcdx
LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
LIB_OBJS = \
$(OBJ_DIR)bmdbfcdx1$(OBJEXT) \
$(OBJ_DIR)bmsixcdx1$(OBJEXT) \
$(OBJ_DIR)bmdbfcdx$(OBJEXT) \
$(OBJ_DIR)bmsixcdx$(OBJEXT) \
all: \
$(LIB_PATH) \