diff --git a/harbour/ChangeLog b/harbour/ChangeLog index cdd898e976..bd0cd97f0f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-07-07 12:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * common.mak + ! Added dbsql.c + 2007-07-07 12:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * source/compiler/hbusage.c * Steps done to protect e-mail addresses against e-mail diff --git a/harbour/common.mak b/harbour/common.mak index 27bd1955bf..bd2391731a 100644 --- a/harbour/common.mak +++ b/harbour/common.mak @@ -739,6 +739,7 @@ RDD_LIB_OBJS = \ $(OBJ_DIR)\wafunc$(HB_OBJ_EXT) \ $(OBJ_DIR)\dbf1$(HB_OBJ_EXT) \ $(OBJ_DIR)\dbnubs$(HB_OBJ_EXT) \ + $(OBJ_DIR)\dbsql$(HB_OBJ_EXT) \ $(OBJ_DIR)\delim1$(HB_OBJ_EXT) \ $(OBJ_DIR)\sdf1$(HB_OBJ_EXT) \ \