diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e5a9616e67..64ea6e4d06 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,12 @@ The license applies to all entries newer than 2009-04-28. */ +2012-03-19 02:05 UTC+0100 Viktor Szakats (harbour syenar.net) + * src/compiler/hbusage.c + ! typo + * INSTALL + ! generic *nix instructions moved after *nix specific ones + 2012-03-15 13:44 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideuisrcmanager.prg + Implemented: the refreshed .ui in "UI Src Manager" positions diff --git a/harbour/INSTALL b/harbour/INSTALL index 9f1d41d270..c128eee336 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -149,27 +149,6 @@ HARBOUR PPC 32-bit: "-arch ppc" PPC 64-bit: "-arch ppc64" - on BSD/HP-UX/Solaris/BeOS/Haiku/QNX/*nix hosts - ---------------------------------------------- - (possible cross-build targets: Windows, Windows CE, MS-DOS) - - $ gmake [install] [HB_PLATFORM=<...>] - OR - $ make [install] [HB_PLATFORM=<...>] - - To test it, type: - $ cd tests - $ hbmk2 hello.prg - $ ./hello - You should see 'Hello world!' on screen. - - NOTE for sunpro on Solaris: - --------------------------- - If you have any GNU binutils stuff installed, do make sure - /usr/ccs/bin (the location of the native Sun C compilation - system tools) come *before* the GNU binutils components in - your $PATH. - on FreeBSD hosts ---------------- Platform specific prerequisites: @@ -206,6 +185,27 @@ HARBOUR http://wiki.minix3.org/en/UsersGuide/InstallingBinaryPackages + on BSD/HP-UX/Solaris/BeOS/Haiku/QNX/*nix hosts + ---------------------------------------------- + (possible cross-build targets: Windows, Windows CE, MS-DOS) + + $ gmake [install] [HB_PLATFORM=<...>] + OR + $ make [install] [HB_PLATFORM=<...>] + + To test it, type: + $ cd tests + $ hbmk2 hello.prg + $ ./hello + You should see 'Hello world!' on screen. + + NOTE for sunpro on Solaris: + --------------------------- + If you have any GNU binutils stuff installed, do make sure + /usr/ccs/bin (the location of the native Sun C compilation + system tools) come *before* the GNU binutils components in + your $PATH. + 2. HOW TO DO A PARTIAL [RE]BUILD ================================ diff --git a/harbour/src/compiler/hbusage.c b/harbour/src/compiler/hbusage.c index 44bdf73c5f..278b52aa7c 100644 --- a/harbour/src/compiler/hbusage.c +++ b/harbour/src/compiler/hbusage.c @@ -249,7 +249,7 @@ void hb_compPrintCredits( HB_COMP_DECL ) "Rab Thomson (rthomson synstar.com)\n" "Randy Portnoff (randy palmasdev.com)\n" "Richard Alexandre Cuylen (racuylen altern.org)\n" - "Robert Arseniuk (roberta jmpolska.com\n" + "Robert Arseniuk (roberta jmpolska.com)\n" "Ron Pinkas (ron profit-master.com)\n" "Ross Presser (ross_presser imtek.com)\n" "Ryszard Glab (rglab imid.med.pl)\n"