From f3b1c88d4e75023d178b5bb04b987344b61c1f43 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 6 Jan 2010 07:39:28 +0000 Subject: [PATCH] 2010-01-06 08:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added HB_TR_OUTPUT to DEBUG section. --- harbour/ChangeLog | 6 +++++- harbour/INSTALL | 7 ++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bc84166874..288bef7102 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-01-06 08:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + + Added HB_TR_OUTPUT to DEBUG section. + 2010-01-06 07:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/gtwin/gtwin.c + added support for HB_GTI_ISUNICODE @@ -85,7 +89,7 @@ ! Another round of reforms. Vailton, I had to delete some of your code causing the recursions. Please note that never ever you should call the methods like - a->b->a. Please check the code and its usability as per + a->b->a. Please check the code and its usability as per your line-of-thinking. More refinements are under-way. 2010-01-06 01:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) diff --git a/harbour/INSTALL b/harbour/INSTALL index bc0e172482..fad3f4a5e8 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -675,7 +675,8 @@ HARBOUR HB_USER_CFLAGS=-DHB_TR_LEVEL_DEBUG Run app with: HB_TR_LEVEL=debug - HB_TR_WINOUT=yes (for additional OutputDebugString() output on Windows systems only) + HB_TR_OUTPUT= (to override default stderr output) + HB_TR_WINOUT=yes (to enable additional OutputDebugString() output on Windows systems only) Memory statistics ----------------- @@ -706,8 +707,8 @@ HARBOUR for Windows hosts ----------------- - NOTES: - All code below should be copied to batch files or typed at NT - command line. + NOTES: - All code below should be copied to batch files or typed at command + line. - Naturally, you'll need to adapt dirs to valid ones on your system. Don't use spaces in dirs. - You can use additional 'clean', 'install' or 'clean install'