From 5eca19bb939a8da8f02fce5f5cb83288cb3dd2c8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 25 Jul 2010 15:44:50 +0000 Subject: [PATCH] 2010-07-25 17:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * ChangeLog ! Fixed missing changelog entry for hbmk2.prg. See it right below. 2010-07-25 10:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * Changed to fix bcc installations (.cfg files) even if the .cfg files do exist (so far hbmk2 was only doing this configuration, if bcc was not configured at all). This makes it in sync with Harbour GNU Make logic. This issue seems to be a neverending problem with (for) bcc users. Pls note that Harbour will do a minimal bcc configuration only, to make it possible to create Harbour apps. If hbmk2 is used to create other bcc apps, users will pbly have to configure bcc properly, in accordance with its own readme/install docs. [...] --- harbour/ChangeLog | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 99592bc035..33f12afeff 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,7 +16,24 @@ The license applies to all entries newer than 2009-04-28. */ +2010-07-25 17:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * ChangeLog + ! Fixed missing changelog entry for hbmk2.prg. See it right + below. + 2010-07-25 10:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * utils/hbmk2/hbmk2.prg + * Changed to fix bcc installations (.cfg files) even if the + .cfg files do exist (so far hbmk2 was only doing this + configuration, if bcc was not configured at all). This + makes it in sync with Harbour GNU Make logic. This issue + seems to be a neverending problem with (for) bcc users. + Pls note that Harbour will do a minimal bcc configuration + only, to make it possible to create Harbour apps. If hbmk2 + is used to create other bcc apps, users will pbly have + to configure bcc properly, in accordance with its own + readme/install docs. + * contrib/xhb/hbcompat.ch + Added xhb translations for hb_eol() and hb_ps(). @@ -94,7 +111,6 @@ * contrib/hbide/idehome.prg * contrib/hbide/ideshortcuts.prg * utils/hbformat/hbformat.prg - * utils/hbmk2/hbmk2.prg * utils/hbi18n/hbi18n.prg * utils/hbtest/hbtest.prg * examples/hbextern/hbextern.prg