home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / MacPerl 5.0.3 / MacPerl Source ƒ / Perl5 / PerlCfrg.r < prev    next >
Encoding:
Text File  |  1995-05-24  |  1.5 KB  |  48 lines  |  [TEXT/MPS ]

  1. /*********************************************************************
  2. Project    :    GUSI                -    Grand Unified Socket Interface
  3. File        :    GUSICfrg.r        -    Resources for shared library
  4. Author    :    Matthias Neeracher
  5. Language    :    MPW Rez 3.0
  6.  
  7. $Log: GUSICfrg.r,v $
  8. Revision 1.4  1995/01/23  01:27:57  neeri
  9. Version 1.5.2
  10.  
  11. Revision 1.3  1995/01/08  22:15:04  neeri
  12. Version 1.5.1
  13.  
  14. Revision 1.2  1994/12/30  19:54:53  neeri
  15. Bump version number to 1.5 final.
  16.  
  17. Revision 1.1  1994/12/30  19:42:53  neeri
  18. Initial revision
  19.  
  20. *********************************************************************/
  21.  
  22. #include "SysTypes.r"
  23. #include "CodeFragmentTypes.r"
  24.  
  25. resource 'cfrg' (0) {
  26.     {
  27.       kPowerPC,                /* Target machine's Architecture. */
  28.       kFullLib,                /* This is not an update. */
  29.         0,                    /* Current version. */
  30.         0,                    /* Definition version. */
  31.         kDefaultStackSize,    /* Stack size of application. */
  32.         kNoAppSubFolder,        /* Not used here.  Can be the resource-id of an 'alis'
  33.                                resource.  Used to provide additional location
  34.                                        to search for libraries. */
  35.           kIsLib,                    /* This is an shard library. */
  36.           kOnDiskFlat,             /* This code fragment is on disk, in the data fork. */
  37.           kZeroOffset,           /* Offset of code into data fork. */
  38.           kWholeFork,             /* Code takes up all of data fork (can give a size). */
  39.           "Perl"                    /* Name of application. */
  40.    }
  41. };
  42.  
  43. resource 'vers' (1) {
  44.     0x05, 0x00, development, 0x00, verUS,
  45.     "5.0d0",
  46.     "MacPerl 5.0d0 Copyright © 1995 Matthias Neeracher"
  47. };
  48.