home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue6 / SDL.ZIP / !gcc / docs / LibFile / Readme
Encoding:
Text File  |  2006-07-25  |  1.5 KB  |  57 lines

  1. Copyright (C) Bernhard Walter, 18 September 1998
  2. Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 GCCSDK Developers.
  3.  
  4. http://www.riscos.info/
  5.  
  6. LibFile
  7. Freeware
  8.  
  9. Distribute freely
  10. Use at your own risk
  11.  
  12. ------------------------------------------------
  13.  
  14. About
  15. -----
  16.  
  17. This is the free version of LibFile.
  18.  
  19. Libfile is an archiver tool for building libraries
  20. from AOF files that can be passed to link/ld.
  21. It is a free replacement for the libfile program provided
  22. with Acorn's C/C++ and is intended to be a supplement to
  23. the gcc package.
  24.  
  25. To make the use of LibFile easier and more understandable its
  26. behaviour differs from the original tool in the following cases:
  27.  
  28. - A file that is added to a library keeps its original timestamp
  29.   and is restored to this when it is extracted.
  30.   
  31. - A library always has a symbol table that is kept up to date
  32.   on every operation, simply ignoring non-AOF files.
  33.   There is no need for the option -o anymore.
  34.   If you want to add a symbol table to an existing library use
  35.   'libfile -c <Library>'.
  36.   
  37. - LibFile always creates all directories that are included in a
  38.   filename when the file is extracted.
  39.  
  40. - Extracted files are always set to type 0xFFD (Data), since there
  41.   is no filetype information in the library.
  42.   (Don't know what the original LibFile does)
  43.  
  44.  
  45. Ultra-short introduction
  46. ------------------------
  47.  
  48. The command for creating a simple library is:
  49.  
  50. libfile -c library file1 file2 file3 ...
  51.  
  52. Use libfile without any parameters for a short summary of
  53. available options.
  54.  
  55.  
  56. -EOF-
  57.