diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c7fe331ba0..0bd322c8cc 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,12 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-02 09:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * source/rdd/usrrdd/rdds/Makefile + - Removed fcomma.prg from builds since it depends on + hbmisc contrib libs, on functions which aren't MT + compatible and have other problems too. + 2009-07-02 09:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/none.cf * config/win/global.cf diff --git a/harbour/source/rdd/usrrdd/rdds/Makefile b/harbour/source/rdd/usrrdd/rdds/Makefile index b8409d6780..ee2ffd584a 100644 --- a/harbour/source/rdd/usrrdd/rdds/Makefile +++ b/harbour/source/rdd/usrrdd/rdds/Makefile @@ -7,7 +7,6 @@ ROOT = ../../../../ PRG_SOURCES=\ arrayrdd.prg \ logrdd.prg \ - fcomma.prg \ hscdx.prg \ rlcdx.prg \ dbtcdx.prg \ @@ -15,6 +14,8 @@ PRG_SOURCES=\ smtcdx.prg \ vfpcdx.prg \ +# fcomma.prg \ + LIBNAME=hbuddall