From a44891c2e7bac2bb102b676607869148469de6c3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 30 Jun 2008 11:34:41 +0000 Subject: [PATCH] 2008-06-30 13:33 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmysql/make_b32.bat * contrib/hbmysql/make_vc.bat * contrib/hbmysql/Makefile - Removed -DBIG_JOINS. If someone needs this, it can be specified via C_USR, but to me it seem this is a MySQL build-time switch, and it has no effect for interface code. --- harbour/ChangeLog | 9 +++++++++ harbour/contrib/hbmysql/Makefile | 1 - harbour/contrib/hbmysql/make_b32.bat | 2 +- harbour/contrib/hbmysql/make_vc.bat | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9f1296f81e..5acc32523a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,15 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-06-30 13:33 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbmysql/make_b32.bat + * contrib/hbmysql/make_vc.bat + * contrib/hbmysql/Makefile + - Removed -DBIG_JOINS. If someone needs this, it can be + specified via C_USR, but to me it seem this is a MySQL + build-time switch, and it has no effect for interface + code. + 2008-06-30 13:18 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbapollo/Makefile * contrib/hbcurl/Makefile diff --git a/harbour/contrib/hbmysql/Makefile b/harbour/contrib/hbmysql/Makefile index 2a9533cc33..8f7f85546e 100644 --- a/harbour/contrib/hbmysql/Makefile +++ b/harbour/contrib/hbmysql/Makefile @@ -15,7 +15,6 @@ HB_INC_MYSQL_OK += $(foreach d, $(HB_INC_MYSQL), $(if $(wildcard $(d)/mysql.h),$ ifneq ($(HB_INC_MYSQL_OK),) C_USR += $(foreach d, $(HB_INC_MYSQL_OK), -I$(d)) -C_USR += -DBIG_JOINS=1 ROOT = ../../ diff --git a/harbour/contrib/hbmysql/make_b32.bat b/harbour/contrib/hbmysql/make_b32.bat index c00ee4cddb..cfe86da4b8 100644 --- a/harbour/contrib/hbmysql/make_b32.bat +++ b/harbour/contrib/hbmysql/make_b32.bat @@ -15,7 +15,7 @@ goto POST_EXIT :DIR_OK if "%HB_INC_MYSQL%" == "" set HB_INC_MYSQL=%HB_DIR_MYSQL%\include -set CFLAGS=-I"%HB_INC_MYSQL%" -DBIG_JOINS=1 +set CFLAGS=-I"%HB_INC_MYSQL%" set _HB_DLL_NAME=libmySQL set _HB_DLL_DIR=%HB_DIR_MYSQL%\bin diff --git a/harbour/contrib/hbmysql/make_vc.bat b/harbour/contrib/hbmysql/make_vc.bat index 4e4759860f..500a206e93 100644 --- a/harbour/contrib/hbmysql/make_vc.bat +++ b/harbour/contrib/hbmysql/make_vc.bat @@ -15,7 +15,7 @@ goto POST_EXIT :DIR_OK if "%HB_INC_MYSQL%" == "" set HB_INC_MYSQL=%HB_DIR_MYSQL%\include -set CFLAGS=-I"%HB_INC_MYSQL%" -DBIG_JOINS=1 +set CFLAGS=-I"%HB_INC_MYSQL%" set _HB_DLL_NAME=libmySQL set _HB_DLL_DIR=%HB_DIR_MYSQL%\bin