From a0c17bcb0ab6fea31baec32d5dba47053f502e8d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 30 Oct 2009 23:21:12 +0000 Subject: [PATCH] 2009-10-31 00:18 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added NOTE for Borland C++ users how to setup their compiler. This is repetition of Borland readme content which seemingly nobody reads and do this day many users get wrong. I'm not sure if these same users will read INSTALL, but let's give it a try. * ChangeLog ! Fixed my timezone since last weekend. --- harbour/ChangeLog | 29 ++++++++++++++++++++--------- harbour/INSTALL | 18 ++++++++++++++++++ 2 files changed, 38 insertions(+), 9 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 71a9875943..4ddb20d2ec 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,17 +17,28 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-10-31 00:18 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + + Added NOTE for Borland C++ users how to setup their + compiler. This is repetition of Borland readme content + which seemingly nobody reads and do this day many users + get wrong. I'm not sure if these same users will read + INSTALL, but let's give it a try. + + * ChangeLog + ! Fixed my timezone since last weekend. + 2009-10-31 00:42 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/docs/xhb-diff.txt ! fixed some typo errors -2009-10-30 22:25 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) +2009-10-30 22:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * package/winuni/RELNOTES + Provisions for next version: MinGW 4.4.1 updated documented. Now at TDM-2, fixing some seriously looking performance problem. (tdragon.net distro) -2009-10-30 21:07 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) +2009-10-30 21:07 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * Fixed name usage in a few places ('hbmk' -> 'hbmk2'). @@ -108,7 +119,7 @@ * harbour/src/codepage/uc8859_6.c * changed USHORT to HB_WCHAR -2009-10-30 17:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) +2009-10-30 17:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * Minor fix to UPX supported platforms. @@ -137,7 +148,7 @@ Borrowed from Augusto Infante / xhb. Three small fixes applied. -2009-10-30 07:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) +2009-10-30 07:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/compiler/hbgenerr.c * Minor formatting. @@ -204,11 +215,11 @@ compilers like xBase++, CLIP, FlagShip. Many thanks to Viktor and Pritpal for updating this text. -2009-10-29 09:25 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) +2009-10-29 09:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added link to QT build instructions. -2009-10-29 08:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) +2009-10-29 08:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixes to lib dependency detection code. It should now work on darwin/bsd/hpux/beos gcc/clang/sunpro @@ -294,7 +305,7 @@ * harbour/src/codepage/cpuawin.c * use macros in codepage definition instead of direct constant values -2009-10-27 17:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) +2009-10-27 17:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/axcore.c * Replaced duplicated constant with HB_SIZEOFARRAY() macro. @@ -362,7 +373,7 @@ Now testax.prg should cleanly execute without any GPF traps and resource leaks. -2009-10-27 09:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) +2009-10-27 09:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/tests/testdll.prg * Minor. @@ -427,7 +438,7 @@ % minor optimization * removed unnecessary casting -2009-10-26 14:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) +2009-10-26 14:18 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/maindllp.c ! Using hb_getProcAddress() instead of GetProcAddress(). Idea submitted to the list, I didn't make any tests, so diff --git a/harbour/INSTALL b/harbour/INSTALL index 1767ba7b0c..75f45a8270 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -52,6 +52,24 @@ HARBOUR > hello You should see 'Hello world!' on screen. + NOTE: For Borland C++ users. This information is included in Borland + C++ readme, but we repeat it here because many users don't read + it, and get it wrong. Make sure to have these two configuration + files set as indicated below. Naturally, you have to adapt dirs + to your own environment (and don't include the separator ('---') + lines): + + C:\Borland\BCC55\Bin\bcc32.cfg + --- + -I"C:\Borland\BCC55\Include" + -L"C:\Borland\BCC55\Lib";"C:\Borland\BCC55\Lib\PSDK" + --- + + C:\Borland\BCC55\Bin\ilink32.cfg + --- + /L"C:\Borland\BCC55\Lib";"C:\Borland\BCC55\Lib\PSDK" + --- + on Windows hosts with POSIX shells (MSYS/Cygwin) ---------------------------------- You can also use these shells to build Harbour on Windows.