2008-01-28 09:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* source/rdd/dbfntx/Makefile
   * source/rdd/dbfdbt/Makefile
   * source/rdd/dbfcdx/Makefile
   * source/rdd/dbffpt/Makefile
     ! Missing LIBNAME change now done.

   * ChangeLog
     ! Missing dbfdbt -> rdddbt name changed added to prev entry.
This commit is contained in:
Viktor Szakats
2008-01-28 08:29:30 +00:00
parent 6ba9eae6c2
commit 367c5a6264
5 changed files with 15 additions and 4 deletions

View File

@@ -8,6 +8,16 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-01-28 09:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* source/rdd/dbfntx/Makefile
* source/rdd/dbfdbt/Makefile
* source/rdd/dbfcdx/Makefile
* source/rdd/dbffpt/Makefile
! Missing LIBNAME change now done.
* ChangeLog
! Missing dbfdbt -> rdddbt name changed added to prev entry.
2008-01-27 17:24 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmysql/make_b32.bat
* contrib/hbmysql/make_vc.bat
@@ -246,6 +256,7 @@
dbfcdx -> rddcdx
dbffpt -> rddfpt
dbfntx -> rddntx
dbfdbt -> rdddbt
nulsys -> hbnulrdd
usrrdd -> hbusrrdd
mainwin -> hbmainwin

View File

@@ -8,6 +8,6 @@ C_SOURCES=\
dbfcdx1.c \
sixcdx1.c \
LIBNAME=dbfcdx
LIBNAME=rddcdx
include $(TOP)$(ROOT)config/lib.cf

View File

@@ -7,6 +7,6 @@ ROOT = ../../../
C_SOURCES=\
dbfdbt1.c \
LIBNAME=dbfdbt
LIBNAME=rdddbt
include $(TOP)$(ROOT)config/lib.cf

View File

@@ -11,6 +11,6 @@ ROOT = ../../../
C_SOURCES=\
dbffpt1.c \
LIBNAME=dbffpt
LIBNAME=rddfpt
include $(TOP)$(ROOT)config/lib.cf

View File

@@ -7,6 +7,6 @@ ROOT = ../../../
C_SOURCES=\
dbfntx1.c \
LIBNAME=dbfntx
LIBNAME=rddntx
include $(TOP)$(ROOT)config/lib.cf