From 764cdb4771e844d84d7afc59701345eee562ab38 Mon Sep 17 00:00:00 2001 From: Tomaz Zupan Date: Tue, 14 May 2002 14:09:19 +0000 Subject: [PATCH] 2002-05-14 16:10 UTC+0100 Tomaz Zupan --- harbour/ChangeLog | 4 ++++ harbour/contrib/mysql/Makefile | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 harbour/contrib/mysql/Makefile diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 079ed44b2d..3306d9594a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,10 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + * source/rdd/dbfntx/dbfntx1.c + ! Changed usage of stricmp to hb_stricmp, because stricmp is not an + ANSI standard function. + 2002-05-14 16:10 UTC+0100 Tomaz Zupan * contrib/mysql/makefile renamed to Makefile. Needed to build library on Linux. diff --git a/harbour/contrib/mysql/Makefile b/harbour/contrib/mysql/Makefile new file mode 100644 index 0000000000..93950208b0 --- /dev/null +++ b/harbour/contrib/mysql/Makefile @@ -0,0 +1,17 @@ +# +# $Id$ +# + +ROOT = ../../ + +C_SOURCES=\ + mysql.c \ + +PRG_SOURCES=\ + tmysql.prg \ + tsqlbrw.prg \ + +LIBNAME=mysql + +include $(TOP)$(ROOT)config/lib.cf +