From 3700d9e4dc9ab7262c94ab18f94f74ee73026737 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 15 Jun 2009 18:56:14 +0000 Subject: [PATCH] 2009-06-15 20:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/superlib/readme.txt * examples/dbu/readme.txt * examples/rl/readme.txt * Minor typo. + Added direct download link to superlib on Phil's site. I hope Phil doesn't mind. I've also left the link for the whole page. --- harbour/ChangeLog | 9 +++++++++ harbour/examples/dbu/readme.txt | 2 +- harbour/examples/rl/readme.txt | 2 +- harbour/examples/superlib/readme.txt | 6 ++++-- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b5e715de49..2201c17729 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,15 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-15 20:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * examples/superlib/readme.txt + * examples/dbu/readme.txt + * examples/rl/readme.txt + * Minor typo. + + Added direct download link to superlib on Phil's site. + I hope Phil doesn't mind. I've also left the link for the + whole page. + 2009-06-15 20:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbextern.ch * source/vm/thread.c diff --git a/harbour/examples/dbu/readme.txt b/harbour/examples/dbu/readme.txt index c5f7bd3b4e..057aac0a50 100644 --- a/harbour/examples/dbu/readme.txt +++ b/harbour/examples/dbu/readme.txt @@ -5,7 +5,7 @@ 1.) Copy the full content of /SOURCE/DBU from your original CA-Cl*pper installation. -2.) *nix users will need convert original filenames to lowercase +2.) *nix users will need to convert original filenames to lowercase and EOLs to native format, using this command: hbformat -lFCaseLow=yes -nEol=0 -lIndent=no -lCase=no -lSpaces=no "*.prg" diff --git a/harbour/examples/rl/readme.txt b/harbour/examples/rl/readme.txt index 3b20812156..56b4be99c1 100644 --- a/harbour/examples/rl/readme.txt +++ b/harbour/examples/rl/readme.txt @@ -5,7 +5,7 @@ 1.) Copy the full content of /SOURCE/RL from your original CA-Cl*pper installation. -2.) *nix users will need convert original filenames to lowercase +2.) *nix users will need to convert original filenames to lowercase and EOLs to native format, using this command: hbformat -lFCaseLow=yes -nEol=0 -lIndent=no -lCase=no -lSpaces=no "*.prg" diff --git a/harbour/examples/superlib/readme.txt b/harbour/examples/superlib/readme.txt index 8b6b0dd8f5..e0c32cddff 100644 --- a/harbour/examples/superlib/readme.txt +++ b/harbour/examples/superlib/readme.txt @@ -3,13 +3,15 @@ */ 1.) Download original sources of SuperLib 3.5 from this page: - http://www.the-oasis.net/ftpmaster.php3?content=ftplib.htm + http://www.the-oasis.net/ftpmaster.php3?content=ftplib.htm + Direct link: + http://www.the-oasis.net/files/library/supfree.zip 2.) Unpack it: unzip supfree.zip unzip SOURCE.ZIP -3.) *nix users will need convert original filenames to lowercase +3.) *nix users will need to convert original filenames to lowercase and EOLs to native format, using this command: hbformat -lFCaseLow=yes -nEol=0 -lIndent=no -lCase=no -lSpaces=no "*.c" hbformat -lFCaseLow=yes -nEol=0 -lIndent=no -lCase=no -lSpaces=no "*.prg"