2002-05-14 16:10 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si>

This commit is contained in:
Tomaz Zupan
2002-05-14 14:09:19 +00:00
parent 45a39486e4
commit 764cdb4771
2 changed files with 21 additions and 0 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* 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 <tomaz.zupan@orpo.si>
* contrib/mysql/makefile renamed to Makefile. Needed to build
library on Linux.

View File

@@ -0,0 +1,17 @@
#
# $Id$
#
ROOT = ../../
C_SOURCES=\
mysql.c \
PRG_SOURCES=\
tmysql.prg \
tsqlbrw.prg \
LIBNAME=mysql
include $(TOP)$(ROOT)config/lib.cf