diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 43072ddf38..32e356d65f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-11 21:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbsqlit3/Makefile + + Enabled for DOS platform. + 2009-06-11 21:01 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/rtl/gtdos/Makefile * source/rtl/gtwin/Makefile diff --git a/harbour/contrib/hbsqlit3/Makefile b/harbour/contrib/hbsqlit3/Makefile index 2b50f8f8f8..3855ab5785 100644 --- a/harbour/contrib/hbsqlit3/Makefile +++ b/harbour/contrib/hbsqlit3/Makefile @@ -22,6 +22,9 @@ endif ifeq ($(HB_ARCHITECTURE),os2) HB_INC_SQLITE3 += $(TOP)$(ROOT)external/sqlite3 endif +ifeq ($(HB_ARCHITECTURE),dos) +HB_INC_SQLITE3 += $(TOP)$(ROOT)external/sqlite3 +endif endif endif