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.
This commit is contained in:
Viktor Szakats
2009-06-12 10:27:26 +00:00
parent 0357e36960
commit 0f918fcc7d
2 changed files with 11 additions and 2 deletions

View File

@@ -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

View File

@@ -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: