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 +