home *** CD-ROM | disk | FTP | other *** search
/ Supercompiler 1997 / SUPERCOMPILER97.iso / MS_VC.50 / VC / MFC / SRC / ATTRIBUT.R < prev    next >
Encoding:
Text File  |  1995-10-09  |  430 b   |  15 lines

  1. /*   attribut.r
  2.  
  3. This Rez script will include a Mac resource file generated
  4. by RC and will set the purgeable attribute for certain types.
  5.  
  6. */
  7.  
  8. include RESFILE;
  9.  
  10. Change 'STR#' to $$Type ($$Id, $$Name, purgeable);
  11. Change 'WACC' to $$Type ($$Id, $$Name, purgeable);
  12. Change 'WBMP' to $$Type ($$Id, $$Name, purgeable);
  13. Change 'WDLG' to $$Type ($$Id, $$Name, purgeable);
  14. Change 'HEXA' to $$Type ($$Id, $$Name, purgeable);
  15.