From 367c5a6264ab41b2a24c9360040a6efc68f4d5c1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 28 Jan 2008 08:29:30 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 11 +++++++++++ harbour/source/rdd/dbfcdx/Makefile | 2 +- harbour/source/rdd/dbfdbt/Makefile | 2 +- harbour/source/rdd/dbffpt/Makefile | 2 +- harbour/source/rdd/dbfntx/Makefile | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2adc274c39..cb2ea1ce5a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,16 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +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 diff --git a/harbour/source/rdd/dbfcdx/Makefile b/harbour/source/rdd/dbfcdx/Makefile index 9c1039bf39..db35ba3ee7 100644 --- a/harbour/source/rdd/dbfcdx/Makefile +++ b/harbour/source/rdd/dbfcdx/Makefile @@ -8,6 +8,6 @@ C_SOURCES=\ dbfcdx1.c \ sixcdx1.c \ -LIBNAME=dbfcdx +LIBNAME=rddcdx include $(TOP)$(ROOT)config/lib.cf diff --git a/harbour/source/rdd/dbfdbt/Makefile b/harbour/source/rdd/dbfdbt/Makefile index e60e39d8f8..0a6d0a05ac 100644 --- a/harbour/source/rdd/dbfdbt/Makefile +++ b/harbour/source/rdd/dbfdbt/Makefile @@ -7,6 +7,6 @@ ROOT = ../../../ C_SOURCES=\ dbfdbt1.c \ -LIBNAME=dbfdbt +LIBNAME=rdddbt include $(TOP)$(ROOT)config/lib.cf diff --git a/harbour/source/rdd/dbffpt/Makefile b/harbour/source/rdd/dbffpt/Makefile index 40c3172ead..c3800a83b0 100644 --- a/harbour/source/rdd/dbffpt/Makefile +++ b/harbour/source/rdd/dbffpt/Makefile @@ -11,6 +11,6 @@ ROOT = ../../../ C_SOURCES=\ dbffpt1.c \ -LIBNAME=dbffpt +LIBNAME=rddfpt include $(TOP)$(ROOT)config/lib.cf diff --git a/harbour/source/rdd/dbfntx/Makefile b/harbour/source/rdd/dbfntx/Makefile index 21c0b8db05..e892347c75 100644 --- a/harbour/source/rdd/dbfntx/Makefile +++ b/harbour/source/rdd/dbfntx/Makefile @@ -7,6 +7,6 @@ ROOT = ../../../ C_SOURCES=\ dbfntx1.c \ -LIBNAME=dbfntx +LIBNAME=rddntx include $(TOP)$(ROOT)config/lib.cf