diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fc41b285f0..0464a589c2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,12 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-12 12:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * examples/superlib/readme.txt + + Added separate hbformat line for *.c files. + NOTE: Indeed, passing both *.c and *.prg in command line doesn't work. + + Added unpack instructions. + 2009-06-12 12:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/superlib/readme.txt * examples/dbu/readme.txt diff --git a/harbour/examples/superlib/readme.txt b/harbour/examples/superlib/readme.txt index a04bc95747..fa2311d737 100644 --- a/harbour/examples/superlib/readme.txt +++ b/harbour/examples/superlib/readme.txt @@ -2,13 +2,16 @@ * $Id$ */ -1.) Download original sources of SuperLib 3.5 from this link and unpack it: +1.) Download original sources of SuperLib 3.5 from this page: http://www.the-oasis.net/ftpmaster.php3?content=ftplib.htm -2.) Unzip SOURCE.ZIP to this directory. +2.) Unpack it: + unzip supfree.zip + unzip SOURCE.ZIP 3.) *nix users will need 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 4.) Apply supplied patch to the source using GNU Patch: