home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 06 - 1990 / 06.01 Jan 90 / MacTutor Help Source / Code Resource Version / Pascal Example / example.r < prev    next >
Encoding:
Text File  |  1989-09-10  |  360 b   |  30 lines  |  [TEXT/MPS ]

  1. /* Rez file for the MPW Pascal example */
  2. /* by Joe Pillera, 1990.               */
  3.  
  4. #include "SysTypes.r"
  5. #include "Types.r"
  6.  
  7. /* Bring in the ResEdit file */
  8. include "example.RSRC";
  9.  
  10. resource 'vers' (1) {
  11.     0x1,
  12.     0x0,
  13.     release,
  14.     0x0,
  15.     verUs,
  16.     "",
  17.     "1.0"
  18. };
  19.  
  20. resource 'vers' (2) {
  21.     0x1,
  22.     0x0,
  23.     release,
  24.     0x0,
  25.     verUs,
  26.     "",
  27.     "Code Resource Example In Pascal"
  28. };
  29.  
  30.