diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6adb750b6f..ce08bdc661 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,19 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-02 22:42 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbsqlit3/Makefile + * contrib/Makefile + + Reenabled hbsqlit3 for w32 platform. + +2008-07-02 22:42 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbmzip/hbmzip.c + + Added DOS branches but not actual content. Sorry. + + * contrib/hbsqlit3/Makefile + * contrib/Makefile + + Reenabled hbsqlit3 for w32 platform. + 2008-07-02 22:27 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbsqlit2/Makefile * contrib/hbsqlit3/Makefile diff --git a/harbour/contrib/Makefile b/harbour/contrib/Makefile index b8cc9f7650..b7c179f967 100644 --- a/harbour/contrib/Makefile +++ b/harbour/contrib/Makefile @@ -21,7 +21,7 @@ DIRS=\ hbodbc \ hbole \ # hbsqlit2 \ -# hbsqlit3 \ + hbsqlit3 \ hbtip \ hbtpathy \ hbvpdf \ diff --git a/harbour/contrib/hbsqlit3/Makefile b/harbour/contrib/hbsqlit3/Makefile index c5bc129a7e..e3963fd87f 100644 --- a/harbour/contrib/hbsqlit3/Makefile +++ b/harbour/contrib/hbsqlit3/Makefile @@ -7,6 +7,7 @@ ROOT = ../../ LIBNAME=hbsqlit3 ifneq ($(HB_ARCHITECTURE),dos) +ifeq ($(HB_ARCHITECTURE),w32) C_SOURCES =\ hbsqlit3.c \ @@ -24,3 +25,6 @@ install:: else include $(TOP)$(ROOT)config/none.cf endif +else +include $(TOP)$(ROOT)config/none.cf +endif