home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / online / source / c / compilers / Tickle-4.0.sit.hqx / Tickle-4.0 / src / tclEngine.r < prev    next >
Text File  |  1993-11-18  |  1KB  |  62 lines

  1.  
  2. /*
  3. ** This source code was written by Tim Endres
  4. ** Email: time@ice.com.
  5. ** USMail: 8840 Main Street, Whitmore Lake, MI  48189
  6. **
  7. ** Some portions of this application utilize sources
  8. ** that are copyrighted by ICE Engineering, Inc., and
  9. ** ICE Engineering retains all rights to those sources.
  10. **
  11. ** Neither ICE Engineering, Inc., nor Tim Endres, 
  12. ** warrants this source code for any reason, and neither
  13. ** party assumes any responsbility for the use of these
  14. ** sources, libraries, or applications. The user of these
  15. ** sources and binaries assumes all responsbilities for
  16. ** any resulting consequences.
  17. */
  18.  
  19.  
  20. #include "SysTypes.r"            /* To get system types */
  21. #include "Types.r"                /* To get system types */
  22. #include "CTBTypes.r"            /* To get CTB types */
  23.  
  24. #include "tar.r";
  25.  
  26. include "tclEngine.code";
  27. include "tclEngine.rsrc";
  28.  
  29. resource 'SIZE' (-1) {
  30.     dontSaveScreen,
  31.     acceptSuspendResumeEvents,
  32.     enableOptionSwitch,
  33.     canBackground,
  34.     multiFinderAware,
  35.     onlyBackground,
  36.     dontGetFrontClicks,
  37.     ignoreChildDiedEvents,
  38.     is32BitCompatible,
  39.     isHighLevelEventAware,
  40.     localAndRemoteHLEvents,
  41.     notStationeryAware,
  42.     dontUseTextEditServices,
  43.     reserved,
  44.     reserved,
  45.     reserved,
  46.     1024*1024,
  47.     512*1024
  48.     };
  49.  
  50. resource 'vers' (1) {
  51.     0x04, 0x00, release, 0x01, verUS,
  52.     "4.0v1",
  53.     "tclEngine 4.0v1, Written By Tim Endres"
  54.     };
  55.     
  56. resource 'vers' (2) {
  57.     0x04, 0x00, release, 0x01, verUS,
  58.     "4.0v1",
  59.     "tclEngine 4.0v1 (11/18/93)"
  60.     };
  61.     
  62.