From 3f9d9d99c1e404e41f1cd80925d4d8fa204fea52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Wed, 24 Apr 2013 23:57:47 +0200 Subject: [PATCH] =?UTF-8?q?2013-04-24=2023:58=20UTC+0200=20Przemys=C5=82aw?= =?UTF-8?q?=20Czerpak=20(druzus/at/poczta.onet.pl)=20=20=20-=20contrib/gtq?= =?UTF-8?q?tc/gtqtc.cpp=20=20=20+=20contrib/gtqtc/gtqtc1.cpp=20=20=20*=20c?= =?UTF-8?q?ontrib/gtqtc/gtqtc.hbp=20=20=20=20=20*=20renamed=20file=20gtqtc?= =?UTF-8?q?.cpp=20->=20gtqtc1.cpp=20=20=20=20=20=20=20It=20fixes=20dynamic?= =?UTF-8?q?=20library=20creation=20by=20HBMK2=20which=20tires=20to=20link?= =?UTF-8?q?=20=20=20=20=20=20=20gtqtc.o=20file=20twice=20adding=20second?= =?UTF-8?q?=20copy=20indirectly=20for=20gtqtc.hbx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog.txt | 8 ++++++++ contrib/gtqtc/gtqtc.hbp | 2 +- contrib/gtqtc/{gtqtc.cpp => gtqtc1.cpp} | 0 3 files changed, 9 insertions(+), 1 deletion(-) rename contrib/gtqtc/{gtqtc.cpp => gtqtc1.cpp} (100%) diff --git a/ChangeLog.txt b/ChangeLog.txt index af5c155abe..2083cfb0a0 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,14 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-04-24 23:58 UTC+0200 Przemysław Czerpak (druzus/at/poczta.onet.pl) + - contrib/gtqtc/gtqtc.cpp + + contrib/gtqtc/gtqtc1.cpp + * contrib/gtqtc/gtqtc.hbp + * renamed file gtqtc.cpp -> gtqtc1.cpp + It fixes dynamic library creation by HBMK2 which tires to link + gtqtc.o file twice adding second copy indirectly for gtqtc.hbx + 2013-04-24 16:15 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddads/ads1.c + run error on invalid SQL query, ex., diff --git a/contrib/gtqtc/gtqtc.hbp b/contrib/gtqtc/gtqtc.hbp index bdcecf41e6..7a4479f2bf 100644 --- a/contrib/gtqtc/gtqtc.hbp +++ b/contrib/gtqtc/gtqtc.hbp @@ -23,7 +23,7 @@ {darwin}-depincpath=qt:/usr/local/include {beos}-depincpath=qt:/boot/common/include -gtqtc.cpp +gtqtc1.cpp gtqtc.h ${hb_name}.hbx diff --git a/contrib/gtqtc/gtqtc.cpp b/contrib/gtqtc/gtqtc1.cpp similarity index 100% rename from contrib/gtqtc/gtqtc.cpp rename to contrib/gtqtc/gtqtc1.cpp