From 119b2b97c515e92c3c3659b6252dc91bdd0ae635 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 2 Jul 2008 20:45:44 +0000 Subject: [PATCH] 2008-07-02 22:42 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbsqlit3/Makefile * contrib/Makefile + Reenabled hbsqlit3 for w32 platform. --- harbour/ChangeLog | 13 +++++++++++++ harbour/contrib/Makefile | 2 +- harbour/contrib/hbsqlit3/Makefile | 4 ++++ 3 files changed, 18 insertions(+), 1 deletion(-) 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