home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- utilities/rcsrev
- utilities/rcsrev utilities/rcsrev
-
- NAME
- RCSRev - Convert a RCS ID into #?_rev.? Files
-
- VERSION
- $Id: rcsrev.c,v 2.3 1994/03/08 00:36:12 ppessi Exp $
-
- TEMPLATE
- RCSREV NAME/A SOURCE/A POSTFIX ASM=ASMINCLUDE/S DATE/K
-
- FUNCTION
- RCSRev is intended to generate a BumbRev-compatible revision
- include files from RCS ID.
-
- The arguments are used as follows:
-
- NAME/A - name for program (generate file NAME_rev.h).
- SOURCE/A - source file name
- PREFIX/K - optional prefix to program name (eg. AmiTCP/IP_)
- POSTFIX/K - optional string postfixed to revision string
- ASMINCLUDE/S - create also an assembler include file (generate file
- NAME_rev.i).
-
- DATE/K - specify the date format used. The date formats
- available are as follows:
- CURRENT - use current date (default)
- RCS - use date from RCS ID
- SASC - use preprocessor macro __AMIGADATE__
- DICE - use preprocessor macro __COMMODORE_DATE__
-
- NOTES
- The macro DATE is not defined in the revision file with SASC or
- COMMODORE date formats. The macro VSTRING is not defined in
- revision file with the SASC format. (See sources and macro
- FIXED_AMIGADATE).
-
- The SASC or DICE formats can not be used with the ASMINCLUDE option.
-
- BUGS
- RCSRev doesn't recognize other RCS ident string except Id.
-
- Maximum allowed line length is fixed.
-
- AUTHOR
- ppessi <Pekka.Pessi@hut.fi>
-
- COPYRIGHT
- Copyright © 1993 AmiTCP/IP Group, <AmiTCP-group@hut.fi>,
- Helsinki University of Technology, Finland.
-
-
-