home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / MacDP 1.3 / Version.r < prev   
Encoding:
Text File  |  1997-03-31  |  487 b   |  37 lines  |  [TEXT/CWIE]

  1. /*
  2.  *    vers resource
  3.  */
  4.  
  5. /*****************************************************/
  6. #include "Types.r"
  7. #include "SysTypes.r"
  8.  
  9. resource 'vers' (1, purgeable)
  10. {
  11.     0x01, 0x03, final, 0x00, verUS,
  12.     "1.3",
  13.     "MacDP 1.3, © SPDsoft 1990-97 ("
  14.  
  15. #if defined (MW_Rez)
  16.     "mw/"
  17. #else /* (THINK_Rez) */
  18.     "tc/"
  19. #endif
  20.  
  21.  
  22.  
  23. #if defined (PPC_Rez) /* defined in prefs */
  24.     "PPC)"
  25. #else
  26.     "68k)"
  27. #endif
  28.  
  29. };
  30.  
  31. resource 'vers' (2, purgeable)
  32. {
  33.     0x01, 0x03, final, 0x00, verUS,
  34.     "1.3",
  35.     "Display PICT & JFIF files"
  36. };
  37.