Files
harbour-core/harbour/contrib/mysql/Makefile
Viktor Szakats 440d61f0ae 2007-10-08 19:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/xhb/hbcompat.ch
   * contrib/xhb/xhb.ch
     + Moved lines which do not need xhb lib itself from xhb.ch to hbcompat.ch.
       xhb.ch now includes hbcompat.ch and not vice versa.
       So now hbcompat.ch can be used as a "lighter" compatibility 
       layer which doesn't need the lib binary. Pls test.

   * contrib/mysql/tmysql.prg
   * contrib/mysql/tsqlbrw.prg
   * contrib/mysql/Makefile
     ! Applied MySQL lib patch on behalf of Guy Roussin.
2007-10-08 17:36:21 +00:00

21 lines
320 B
Makefile

#
# $Id$
#
ROOT = ../../
C_SOURCES=\
mysql.c \
PRG_SOURCES=\
tmysql.prg \
tsqlbrw.prg \
LIBNAME=hbmysql
include $(TOP)$(ROOT)config/lib.cf
# a workaround of a problem with different include directories
# for mysql header files between different unix distributions
CFLAGS := -I/usr/include/mysql -DBIG_JOINS=1