home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / copyright.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  1.5 KB  |  47 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-25]
  2. [C;6;B]        COPYRIGHT or CR "<...>"
  3.         LIBID "<...>"
  4. [7]Default: no copyright
  5. [J;1;N]
  6.   Define this executable copyright notice. The string \
  7. will also be saved into the destination file with the \
  8. version number when that one is defined.
  9.   This function also permit to the CLI function VERSION \
  10. of Commodore to find a version into the final output.
  11.  
  12.   When more than one copyright is given, then all of them \
  13. are concatened one after another.
  14.  
  15.   Example 1:
  16. [2]    COPYRIGHT "$VER: lkopts 2.34 (21.6.94) by Alexis WILKE"
  17. [1]
  18.   In this example I wrote everythings like I want it to \
  19. appear into the executable file. In that case I did not \
  20. use the instruction VERSION and no symbol VERSION (and \
  21. RELEASE) does exist in any of my object files.
  22.   Note: the date is static.
  23.  
  24.   Example 2:
  25. [2]    TO lkopts
  26.     VERSION 2.34
  27.     COPYRIGHT "by Alexis WILKE"
  28. [1]
  29.   will generate the version string:
  30. [5]    "$VER: lkopts 2.34 (21.06.94) by Alexis WILKE"
  31. [1]  Where the date if the date at the link time. In this \
  32. second example you may add the instruction TIME to \
  33. have the link time added into the string:
  34. [5]    "$VER: lkopts 2.34 (10:53:23 21.06.94) ..."
  35. [1]
  36.   The instruction LIBID is used the same way but will \
  37. set the Amiga library flag. See the instruction \
  38. AMIGALIBRARY to have all necessary informations.
  39.  
  40.   See also:
  41. [3;L][LINK amigalibrary]        AMIGALIBRARY
  42. [LINK version]                LIBREVISION
  43. [LINK version]                LIBVERSION
  44. [LINK time]                TIME
  45. [LINK version]                VERSION
  46. [5; LINK about; GOTO address]        Become Registred
  47.